Add OPIE and PAM libs to the mix.
This commit is contained in:
parent
001be11d96
commit
c3523316fa
@ -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 New Issue
Block a user