summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2012-03-24 00:42:38 +0000
committerstas <stas@FreeBSD.org>2012-03-24 00:42:38 +0000
commitfc5b106034bf4f162ecab2bf78eb0f81ec96eb5d (patch)
treee1d4fa981709ab771eb42921cdbc407832c0f2b8 /kerberos5
parent7f3879383345269ecc34a8e6b696b4d4b24d70f8 (diff)
downloadFreeBSD-src-fc5b106034bf4f162ecab2bf78eb0f81ec96eb5d.zip
FreeBSD-src-fc5b106034bf4f162ecab2bf78eb0f81ec96eb5d.tar.gz
- Apply binutils workaround on mips.mips as well. Though this TARGET_ARCH
is deprecated, tinderbox uses it.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/lib/libkafs5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberos5/lib/libkafs5/Makefile b/kerberos5/lib/libkafs5/Makefile
index ded5095..457b637 100644
--- a/kerberos5/lib/libkafs5/Makefile
+++ b/kerberos5/lib/libkafs5/Makefile
@@ -10,7 +10,8 @@ MAN= kafs5.3
# Linking with libkrb5 uncovers a bug in binutils.
# See http://repo.or.cz/w/binutils.git/commit/ee05170bf71819c99cb5a36a44735c231ae03c56 .
#
-.if ${MACHINE_ARCH} != "mipsn32eb" && ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb"
+.if ${MACHINE_ARCH} != "mipsn32eb" && ${MACHINE_ARCH} != "mipsel" && \
+ ${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mips"
LDADD+= -lkrb5
LDFLAGS= -Wl,--no-undefined
.endif
OpenPOWER on IntegriCloud