mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Fixed world breakage in rev.1.13. -lpam must never be used directly since
it doesn't work for static linkage.
This commit is contained in:
parent
c6eff40c76
commit
049015c264
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82484
@ -38,7 +38,7 @@ DPADD+= ${LIBOPIE} ${LIBMD}
|
||||
CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
|
||||
.endif
|
||||
|
||||
LDADD+= ${LIBSSH} -lcrypt -lcrypto -lutil -lz -lwrap -lpam
|
||||
LDADD+= ${LIBSSH} -lcrypt -lcrypto -lutil -lz -lwrap ${MINUSLPAM}
|
||||
DPADD+= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user