aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkesdb
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2015-06-30 06:02:42 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2015-06-30 06:02:42 +0000
commit7634b963ec8e635c02c5bc2a873e4d57f5a86a44 (patch)
tree9b115dd0bd1ca69d4c0dcf80f9751147b3f418c7 /usr.bin/mkesdb
parentf19a742ff15ef826bd1626757e598459ecf6ab5d (diff)
downloadsrc-7634b963ec8e635c02c5bc2a873e4d57f5a86a44.tar.gz
src-7634b963ec8e635c02c5bc2a873e4d57f5a86a44.zip
The LDFLAGS isn't needed, and breaks the build on powerpc64.
This hack is very fragile, and was broken on powerpc64 when metamode was introduced. Removing it survives a buildworld for all architectures, and fixes the build on powerpc64.
Notes
Notes: svn path=/head/; revision=284945
Diffstat (limited to 'usr.bin/mkesdb')
-rw-r--r--usr.bin/mkesdb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mkesdb/Makefile b/usr.bin/mkesdb/Makefile
index 69aed655810a..b9495edf7d84 100644
--- a/usr.bin/mkesdb/Makefile
+++ b/usr.bin/mkesdb/Makefile
@@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../lib/libc/iconv
PROG= mkesdb
-LDFLAGS+= -L${.OBJDIR}/../../lib/libc
NO_WMISSING_VARIABLE_DECLARATIONS=