diff options
author | midipix <writeonce@midipix.org> | 2018-12-31 06:41:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-31 06:42:19 -0500 |
commit | 7229233e88267470771877d2c1e5b54c9c375f95 (patch) | |
tree | 629ff564a6823113ef7957cd0f68d57a967f0dc5 /configure | |
parent | 42dc30b0d78464da7ae1d50ab852f122615761c6 (diff) | |
download | mdso-7229233e88267470771877d2c1e5b54c9c375f95.tar.bz2 mdso-7229233e88267470771877d2c1e5b54c9c375f95.tar.xz |
build system: configure: properly record the inherited CFLAGS and LDFLAGS.
Diffstat (limited to 'configure')
-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" } |