From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Missed cross compile fixes Date: Thu, 23 Jul 2015 17:18:53 -0400 Message-ID: <2214812.LdyDJhs7rp@x2> References: <1437576762-32343-1-git-send-email-clayton.shotwell@rockwellcollins.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1437576762-32343-1-git-send-email-clayton.shotwell@rockwellcollins.com> 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 Wednesday, July 22, 2015 09:52:42 AM Clayton Shotwell wrote: > My previous patch set attempted to fix the building of the gen_tables.c > applications so they can run on the build machine when cross compiling. > I failed to realize that automake would still attempt to insert the > CFLAGS and CPPFLAGS variables even when they should be CFLAGS_FOR_BUILD > and CPPFLAGS_FOR_BUILD. This change set should override those FLAGS > variables properly. Applied in commit 1117. Thanks! -Steve