summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-06-24 15:15:22 +0200
committerDavid Tardon <dtardon@redhat.com>2015-06-25 23:47:07 +0200
commit969255f05bdffe5b92804a003cd0c8f1bfda5a1a (patch)
tree7ed6d3f8cc42ec1822ffd9df301581c931b8c4df /config_host.mk.in
parent682e35944391f7f467636ee273290ee894c0f2a0 (diff)
allow to skip check for mdds in bundled projects
PKG_CHECK_MODULES requires both _CFLAGS and _LIBS to be set to skip the check. Change-Id: Ia4ae0576f186eb0c002c40bdb66f3a11a972a0c3
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index e0e01e3fd79e..5e5851e57da3 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -389,6 +389,7 @@ export LIBMARIADB_PATH=@LIBMARIADB_PATH@
export BUNDLE_MARIADB=@BUNDLE_MARIADB@
export MD5SUM=@MD5SUM@
export MDDS_CFLAGS=$(gb_SPACE)@MDDS_CFLAGS@
+export MDDS_LIBS=$(gb_SPACE)@MDDS_LIBS@
export MERGELIBS=@MERGELIBS@
export MINGWCXX=@MINGWCXX@
export MINGWSTRIP=@MINGWSTRIP@