From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Reset the LDFLAGS when building helper executables Date: Tue, 28 Jun 2016 16:44:42 -0400 Message-ID: <10269772.iUx28qQjEs@x2> References: <0e720589-e434-e617-61a3-8805d4324f86@debian.org> <47dd633f-1193-aef9-39a3-b621cf77fde7@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <47dd633f-1193-aef9-39a3-b621cf77fde7@debian.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Tuesday, June 28, 2016 01:10:04 AM Laurent Bigonville wrote: > > Looking that build system, it seems that CFLAGS and CPPFLAGS for these > > executables are overriden in lib/Makefile.am and auparse/Makefile.am > > (with CFLAGS_FOR_BUILD and CPPFLAGS_FOR_BUILD) but the LDFLAGS are > > left untouched. > > > > Shouldn't the LDFLAGS also be reset when building these executables? > > The attached patch fixes the FTBFS for me Thanks. Applied in commit 1292. -Steve