Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 06:02:43 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284945 - head/usr.bin/mkesdb
Message-ID:  <201506300602.t5U62huE058689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506300602.t5U62huE058689>