mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Add OPIE and PAM libs to the mix.
This commit is contained in:
parent
99994ce124
commit
f7093daaae
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ CFLAGS+=-I${.CURDIR}/${LSDIR}
|
|||
DPADD+= ${LIBM}
|
||||
LDADD+= -lm
|
||||
|
||||
CFLAGS+= -DUSE_OPIE -DUSE_PAM
|
||||
DPADD+= ${LIBOPIE} ${LIBPAM}
|
||||
LDADD+= -lopie -lpam
|
||||
|
||||
CLEANFILES+= ls-unmain.c
|
||||
ls-unmain.c: ls.c
|
||||
sed -e 's/^main(/ls_main(/g' -e 's,extern.h,${LSDIR}/extern.h,' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue