diff options
author | David Tardon <dtardon@redhat.com> | 2014-03-03 16:23:27 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-03-03 16:25:27 +0100 |
commit | 93aff251a3f7f648d532c3818f0419d43958ab64 (patch) | |
tree | 9f7ab845e52b5015ab284dfa600b2468da115db1 /config_host.mk.in | |
parent | 7ac4babfd6eabc51262560a5caa846d86f79a6c0 (diff) |
set MDDS_CFLAGS in configure
Change-Id: Ib6be67c7a23e5b403e90f4f72578f7385e895f23
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 260367823e7e..4477ebca2c71 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -369,6 +369,7 @@ export LIBMARIADB=@LIBMARIADB@ export LIBMARIADB_PATH=@LIBMARIADB_PATH@ export BUNDLE_MARIADB=@BUNDLE_MARIADB@ export MD5SUM=@MD5SUM@ +export MDDS_CFLAGS=$(gb_SPACE)@MDDS_CFLAGS@ export MDDS_CPPFLAGS=$(gb_SPACE)@MDDS_CPPFLAGS@ export MERGELIBS=@MERGELIBS@ export MINGWCXX=@MINGWCXX@ |