mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
-lcipher is an installable library.
This commit is contained in:
parent
68f1d5a354
commit
aa70e98b87
2 changed files with 2 additions and 12 deletions
|
|
@ -5,13 +5,3 @@ BINDIR?= /bin
|
|||
CFLAGS+= -Wall -Wformat
|
||||
NOSHARED?= YES
|
||||
WARNS?= 2
|
||||
|
||||
.if exists (${.CURDIR}/../../secure)
|
||||
|
||||
.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
|
||||
CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj
|
||||
.else
|
||||
CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ MLINKS= ed.1 red.1
|
|||
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
|
||||
DISTRIBUTION=crypto
|
||||
CFLAGS+=-DDES
|
||||
LDADD+= -L${CIPHEROBJDIR} -lcipher
|
||||
DPADD+= ${CIPHEROBJDIR}/libcipher.a
|
||||
DPADD= ${LIBCIPHER}
|
||||
LDADD= -lcipher
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue