diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-07-16 14:01:27 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-07-17 13:10:50 -0400 |
commit | 45f01593d4ce794ae3562359aee2ff80c97e368e (patch) | |
tree | 66ba81b97def22088bf10e00bd5fc7e6d026a5bb /m4/ltoptions.m4 | |
parent | 259a23e0089aa72d31a3102c1470927e16ef630d (diff) | |
download | libassuan-dkg-fix-T4641.tar.gz |
pass through {CFLAGS,CPPFLAGS,LDFLAGS}_FOR_BUILD when creating helper programsdkg-fix-T4641
* src/Makefile.am: pass distinct build flags to CC_FOR_BUILD.
--
We don't want to use the standard CFLAGS, CPPFLAGS, and LDFLAGS for
build helper tools because when cross-compiling they might include
choices that only make sense for the platform we are aiming to build
for.
That said, the environment might offer standard build flags for
non-cross-built helper tools too. So we include those flags in the
right place here.
Debian-Bug: 932213
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'm4/ltoptions.m4')
0 files changed, 0 insertions, 0 deletions