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 | d0ac862582132a6669d1ecd62d08e8a200cd1672 (patch) | |
tree | 60010cca69e8d65a23e87a71f23fc3334a4d5175 | |
parent | 0a337da3c0b5b570278269d8f9e9ecf8c22b4a0c (diff) | |
download | bcparser-d0ac862582132a6669d1ecd62d08e8a200cd1672.tar.bz2 bcparser-d0ac862582132a6669d1ecd62d08e8a200cd1672.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" } |