summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-02-14 13:06:52 +0000
committerru <ru@FreeBSD.org>2002-02-14 13:06:52 +0000
commit09374cbc0ee1cca0d387ab3a0d358490b5371817 (patch)
tree344ddd6ade72cef2c68aacca4f41c6df45c08ac9 /Makefile.inc1
parentb6a0d99fc7ac4e21fe4a87adf2d9f025b1f87e71 (diff)
downloadFreeBSD-src-09374cbc0ee1cca0d387ab3a0d358490b5371817.zip
FreeBSD-src-09374cbc0ee1cca0d387ab3a0d358490b5371817.tar.gz
The previous fix for broken -DMAKE_KERBEROS5 world was incomplete.
Finish it by adding kerberos5/lib/libvers to the build-tools list. (I didn't notice it before because I tested my fix in a -DNOCLEAN environment, and static libc.a was already in ${WORLDTMP}/usr/lib, and libvers's make-print-version build tool used it for linking.) Spotted by: John Indra <maverick@office.naver.co.id>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8161220..28b29f1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -596,8 +596,8 @@ _libroken4= kerberosIV/lib/libroken
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \
!defined(NOCRYPT) && defined(MAKE_KERBEROS5)
-_libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl \
- kerberos5/lib/libroken
+_libkrb5= kerberos5/lib/libroken kerberos5/lib/libvers \
+ kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
.endif
build-tools:
OpenPOWER on IntegriCloud