mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
Link with libutil for kerberos too
This commit is contained in:
parent
5d9b3722cd
commit
2cf2990bee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13188
@ -10,7 +10,7 @@ LDADD+= -lutil
|
||||
|| defined(MAKE_EBONES))
|
||||
CFLAGS+=-DKERBEROS
|
||||
DPADD= ${LIBKRB} ${LIBDES}
|
||||
LDADD= -lkrb -ldes
|
||||
LDADD+= -lkrb -ldes
|
||||
DISTRIBUTION= krb
|
||||
.endif
|
||||
|
||||
|
@ -10,7 +10,7 @@ LDADD+= -lutil
|
||||
|| defined(MAKE_EBONES))
|
||||
CFLAGS+=-DKERBEROS
|
||||
DPADD= ${LIBKRB} ${LIBDES}
|
||||
LDADD= -lkrb -ldes
|
||||
LDADD+= -lkrb -ldes
|
||||
DISTRIBUTION= krb
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user