svn commit: r264398 - head/tools/build
Warner Losh
imp at FreeBSD.org
Sun Apr 13 05:21:44 UTC 2014
Author: imp
Date: Sun Apr 13 05:21:43 2014
New Revision: 264398
URL: http://svnweb.freebsd.org/changeset/base/264398
Log:
Check the right file for pwcache_groupdb.
Modified:
head/tools/build/Makefile
Modified: head/tools/build/Makefile
==============================================================================
--- head/tools/build/Makefile Sun Apr 13 05:21:35 2014 (r264397)
+++ head/tools/build/Makefile Sun Apr 13 05:21:43 2014 (r264398)
@@ -9,7 +9,7 @@ INCS=
BOOTSTRAPPING?= 0
-_WITH_PWCACHEDB!= grep -c pwcache_groupdb /usr/include/pwd.h || true
+_WITH_PWCACHEDB!= grep -c pwcache_groupdb /usr/include/grp.h || true
.if ${_WITH_PWCACHEDB} == 0
.PATH: ${.CURDIR}/../../contrib/libc-pwcache
CFLAGS+= -I${.CURDIR}/../../contrib/libc-pwcache \
More information about the svn-src-all
mailing list