mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Link explicitly against -lmd. I'm not sure what was pulling this in
on -current, but it doesnt do it on -stable.
This commit is contained in:
parent
9c41fc0919
commit
957dc12dec
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD}
|
|||
.endif # MAKE_KERBEROS5
|
||||
|
||||
CFLAGS+= -DSKEY
|
||||
LDADD+= -lopie
|
||||
DPADD+= ${LIBOPIE}
|
||||
LDADD+= -lopie -lmd
|
||||
DPADD+= ${LIBOPIE} ${LIBMD}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue