summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkesdb
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2015-06-30 06:02:42 +0000
committerjhibbits <jhibbits@FreeBSD.org>2015-06-30 06:02:42 +0000
commit5fcd241a6c345968b3330161d61d822cbc6c84c5 (patch)
tree9b115dd0bd1ca69d4c0dcf80f9751147b3f418c7 /usr.bin/mkesdb
parent7761cfc358428ac08efb3c534641bb8268c16bfe (diff)
downloadFreeBSD-src-5fcd241a6c345968b3330161d61d822cbc6c84c5.zip
FreeBSD-src-5fcd241a6c345968b3330161d61d822cbc6c84c5.tar.gz
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.
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 69aed65..b9495ed 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=
OpenPOWER on IntegriCloud