From 5fcd241a6c345968b3330161d61d822cbc6c84c5 Mon Sep 17 00:00:00 2001 From: jhibbits Date: Tue, 30 Jun 2015 06:02:42 +0000 Subject: 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. --- usr.bin/mkesdb/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/mkesdb') 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= -- cgit v1.1