mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed bitrot in DPADD in previous commit.
This commit is contained in:
parent
0c593a5078
commit
7d1b1514e6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ CFLAGS+= -DKEYSERV_RANDOM -DBROKEN_DES -I.
|
|||
CFLAGS+= -DOBJFORMAT_ELF
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBMP} ${LIBRPCSVC}
|
||||
DPADD= ${LIBMP} ${LIBCRYPTO} ${LIBRPCSVC}
|
||||
LDADD= -lmp -lcrypto -lrpcsvc
|
||||
|
||||
RPCDIR= ${DESTDIR}/usr/include/rpcsvc
|
||||
|
|
|
|||
Loading…
Reference in a new issue