Date: Wed, 18 Jan 2012 18:16:15 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 204818 for review Message-ID: <201201181816.q0IIGFUC064699@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@204818?ac=10 Change 204818 by peter@peter_daintree on 2012/01/18 18:15:37 Fix pam_unix so it correctly picks up libpam dependency due to the recent addition of bsd.init.mk Affected files ... .. //depot/projects/hammer/lib/libpam/modules/pam_unix/Makefile#7 edit Differences ... ==== //depot/projects/hammer/lib/libpam/modules/pam_unix/Makefile#7 (text+ko) ==== @@ -40,8 +40,8 @@ SRCS= pam_unix.c MAN= pam_unix.8 -DPADD= ${LIBUTIL} ${LIBCRYPT} -LDADD= -lutil -lcrypt +DPADD+= ${LIBUTIL} ${LIBCRYPT} +LDADD+= -lutil -lcrypt .if ${MK_NIS} != "no" CFLAGS+= -DYP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201181816.q0IIGFUC064699>
