svn commit: r284945 - head/usr.bin/mkesdb

Justin Hibbits jhibbits at FreeBSD.org
Tue Jun 30 06:02:43 UTC 2015


Author: jhibbits
Date: Tue Jun 30 06:02:42 2015
New Revision: 284945
URL: https://svnweb.freebsd.org/changeset/base/284945

Log:
  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.

Modified:
  head/usr.bin/mkesdb/Makefile

Modified: head/usr.bin/mkesdb/Makefile
==============================================================================
--- head/usr.bin/mkesdb/Makefile	Tue Jun 30 05:53:15 2015	(r284944)
+++ head/usr.bin/mkesdb/Makefile	Tue Jun 30 06:02:42 2015	(r284945)
@@ -3,7 +3,6 @@
 .PATH: ${.CURDIR}/../../lib/libc/iconv
 
 PROG=	mkesdb
-LDFLAGS+= -L${.OBJDIR}/../../lib/libc
 
 NO_WMISSING_VARIABLE_DECLARATIONS=
 


More information about the svn-src-head mailing list