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 | eafe9ed6e21eaa76441a68c15629a74ffeea85ae (patch) | |
tree | c47e843027dca6ed2226ca48c358c4f2f1aeb94f | |
parent | 61a8730dff2c09501de7faa2219ac625ef8b43bd (diff) | |
download | apimagic-eafe9ed6e21eaa76441a68c15629a74ffeea85ae.tar.bz2 apimagic-eafe9ed6e21eaa76441a68c15629a74ffeea85ae.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" } |