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