mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
If elf, don't add libmd.a just because we link against libskey.so.
A
This commit is contained in:
parent
10da1efd82
commit
00974e2521
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29145
1 changed files with 3 additions and 0 deletions
|
@ -27,8 +27,11 @@ LDADD+= -lkrb -ldes
|
|||
DISTRIBUTION= krb
|
||||
.endif
|
||||
|
||||
# Do we have to provide an implementation for libskey.so?
|
||||
.if ${BINFORMAT} != elf
|
||||
LDADD+= -lmd
|
||||
DPADD+= ${LIBMD}
|
||||
.endif
|
||||
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
|
|
Loading…
Reference in a new issue