Date: Mon, 30 Oct 2006 15:53:04 GMT From: Michael Bushkov <bushman@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108758 for review Message-ID: <200610301553.k9UFr4Gi062656@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108758 Change 108758 by bushman@bushman_nss_ldap_cached on 2006/10/30 15:52:46 + ${PICFLAG} added to build on amd64. I wonder if it is correct on other platforms - needs checking + 2 minor fixes Affected files ... .. //depot/projects/soc2006/nss_ldap_cached/src/lib/libnssutil/Makefile#8 edit .. //depot/projects/soc2006/nss_ldap_cached/src/lib/libutil/Makefile#3 edit .. //depot/projects/soc2006/nss_ldap_cached/src/share/mk/bsd.own.mk#5 edit Differences ... ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/libnssutil/Makefile#8 (text+ko) ==== @@ -3,6 +3,7 @@ LIB= nssutil SRCS= copynetent.c copyhtent.c gr_scan.c pw_scan.c rpcunpack.c\ servunpack.c +CFLAGS+= ${PICFLAG} INTERNALLIB= .include <bsd.lib.mk> ==== //depot/projects/soc2006/nss_ldap_cached/src/lib/libutil/Makefile#3 (text+ko) ==== @@ -22,7 +22,7 @@ .endif # Needed to use __pw_scan function, which is in libnssutil -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../libutil +CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../libnssutil LD_ADD+= -lnssutil LDFLAGS+= -L${.OBJDIR}/../libnssutil ==== //depot/projects/soc2006/nss_ldap_cached/src/share/mk/bsd.own.mk#5 (text+ko) ==== @@ -368,7 +368,7 @@ BIND_LIBS \ HESIOD \ IDEA \ - NSS_ICMP \ + NSS_ICMP .if defined(WITH_${var}) && defined(WITHOUT_${var}) .error WITH_${var} and WITHOUT_${var} can't both be set. .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610301553.k9UFr4Gi062656>