mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add libcrypt. This previously/coincidentally worked for login,
because login was already linked against it, but others have a problem.
This commit is contained in:
parent
25cfcb2218
commit
394b3be19e
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ SRCS= pam_unix.c
|
|||
CFLAGS+= -Wall
|
||||
CFLAGS+= -I${PAMDIR}/libpam/include
|
||||
CFLAGS+= -I${.CURDIR}/../../libpam
|
||||
DPADD+= ${LIBUTIL} ${LIBGCC_PIC}
|
||||
LDADD+= -lutil -lgcc_pic
|
||||
DPADD+= ${LIBUTIL} ${LIBGCC_PIC} ${LIBCRYPT}
|
||||
LDADD+= -lutil -lgcc_pic -lcrypt
|
||||
INTERNALLIB= yes
|
||||
INTERNALSTATICLIB=yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue