mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
If building under elf, have libskey.so depend on libmd and libcrypt.
This commit is contained in:
parent
1840bd1444
commit
7bd6d5e7cf
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@ MAN5= skey.access.5
|
|||
|
||||
CFLAGS+=-DPERMIT_CONSOLE -D_SKEY_INTERNAL -I${.CURDIR}
|
||||
|
||||
.if ${BINFORMAT} == elf
|
||||
DPADD+= ${LIBCRYPT} ${LIBMD}
|
||||
LDADD+= -lcrypt -lmd
|
||||
.endif
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/skey.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
|
|
|||
Loading…
Reference in a new issue