summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-06-24 15:15:22 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:52:20 +0200
commitd08690bd9ede1a20c99ae3306c5216422f6d5321 (patch)
tree9b06267a36363b233b733c8f864ea6130ad3254a /config_host.mk.in
parentbdbc01ccbc912d01539bafc177b4ccb6a4ddcdf8 (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 (cherry picked from commit 969255f05bdffe5b92804a003cd0c8f1bfda5a1a) Reviewed-on: https://gerrit.libreoffice.org/16505 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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@