summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-31 06:41:09 -0500
committermidipix <writeonce@midipix.org>2018-12-31 06:42:19 -0500
commit7229233e88267470771877d2c1e5b54c9c375f95 (patch)
tree629ff564a6823113ef7957cd0f68d57a967f0dc5
parent42dc30b0d78464da7ae1d50ab852f122615761c6 (diff)
downloadmdso-7229233e88267470771877d2c1e5b54c9c375f95.tar.bz2
mdso-7229233e88267470771877d2c1e5b54c9c375f95.tar.xz
build system: configure: properly record the inherited CFLAGS and LDFLAGS.
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index e5fb030..914668e 100755
--- a/configure
+++ b/configure
@@ -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"
}