Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2009 22:16:29 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r193127 - user/kmacy/releng_7_2_fcs/cddl/lib/libzpool
Message-ID:  <200905302216.n4UMGT8I021068@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmacy
Date: Sat May 30 22:16:29 2009
New Revision: 193127
URL: http://svn.freebsd.org/changeset/base/193127

Log:
  include sys to make available libkern

Modified:
  user/kmacy/releng_7_2_fcs/cddl/lib/libzpool/Makefile

Modified: user/kmacy/releng_7_2_fcs/cddl/lib/libzpool/Makefile
==============================================================================
--- user/kmacy/releng_7_2_fcs/cddl/lib/libzpool/Makefile	Sat May 30 22:15:55 2009	(r193126)
+++ user/kmacy/releng_7_2_fcs/cddl/lib/libzpool/Makefile	Sat May 30 22:16:29 2009	(r193127)
@@ -51,6 +51,7 @@ CFLAGS+=	-DWANTS_MUTEX_OWNED
 CFLAGS+=	-I${.CURDIR}/../../../lib/libpthread/thread
 CFLAGS+=	-I${.CURDIR}/../../../lib/libpthread/sys
 CFLAGS+=	-I${.CURDIR}/../../../lib/libthr/arch/${MACHINE_ARCH}/include
+CFLAGS+=	-I${.CURDIR}/../../../sys
 
 DPADD=		${LIBPTHREAD} ${LIBZ}
 LDADD=		-lpthread -lz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905302216.n4UMGT8I021068>