summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-02-11 16:47:05 +0000
committerru <ru@FreeBSD.org>2002-02-11 16:47:05 +0000
commit514239b04ba432003e58872434f4ffb62fdcd712 (patch)
tree4f20e8013191ef3a445c2355a995728d9d23e57c /Makefile.inc1
parent030106f8335a3c24a2d3572e5fde4240eb33d0b9 (diff)
downloadFreeBSD-src-514239b04ba432003e58872434f4ffb62fdcd712.zip
FreeBSD-src-514239b04ba432003e58872434f4ffb62fdcd712.tar.gz
Fixed -DMAKE_KERBEROS5 world breakage in kerberos5/lib/libroken
(make-roken is a build tool). This bug was hiding itself after a just fixed bug in cross-linker (binutuils/ld/Makefile,v 1.20). The bug was fatal for cross builds; for example, an alpha binary (make-roken) was attempted to be run on i386. Added make-roken to the list of build-tools in libasn1. It only worked because another build tool needs make-roken implicitly: (build-tools: asn1_compile: print_version.o: roken.h: make-roken). Spotted by: nectar
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d263006..8161220 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -596,7 +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
+_libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl \
+ kerberos5/lib/libroken
.endif
build-tools:
OpenPOWER on IntegriCloud