From owner-svn-src-all@freebsd.org Tue Jun 30 06:02:43 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ABC7990EAE; Tue, 30 Jun 2015 06:02:43 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45E5111AA; Tue, 30 Jun 2015 06:02:43 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5U62h5i058690; Tue, 30 Jun 2015 06:02:43 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5U62huE058689; Tue, 30 Jun 2015 06:02:43 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201506300602.t5U62huE058689@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Tue, 30 Jun 2015 06:02:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284945 - head/usr.bin/mkesdb X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 06:02:43 -0000 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=