mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61538
@ -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 New Issue
Block a user