diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 06:41:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 21:37:16 -0500 |
commit | 7f70984d85fd7efd3257e0af3a08b25be87bebee (patch) | |
tree | 23a9dfd7377f525096522e0f4fe0f963c1528e31 | |
parent | 8fd818a1b2dcc4cc3d11ae16514733b09f3c11b3 (diff) | |
download | perk-7f70984d85fd7efd3257e0af3a08b25be87bebee.tar.bz2 perk-7f70984d85fd7efd3257e0af3a08b25be87bebee.tar.xz |
build system: configure: properly record the inherited CFLAGS and LDFLAGS.
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -362,6 +362,10 @@ common_defaults() mb_cflags_debug='-g3 -O0' fi fi + + # inherited cflags & ldflags + mb_cflags_cmdline="$mb_cflags_cmdline $mb_cflags" + mb_ldflags_cmdline="$mb_ldflags_cmdline $mb_ldflags" } |