summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2014-08-06 13:16:55 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-08-06 12:13:16 +0000
commit8980637bfb843016473fad5cb9dce0a6ca1297b1 (patch)
treef66b49cee736913e9455b0fd9b88494dc6c1c50a
parent2a005fcc9a7eb92f0029a47c9796975250fc4d14 (diff)
Fix libgltf dbgutil build
The simpler version of the master fix commit 1f23cc159de5e8584b9354a42d431356530d1ce0 This just changes the environment visibility of CPPFLAGS by exporting it, so $(MAKE) and configure actually see it. Change-Id: I6d508cbfbee26cdb3062f0628ee8151be4f11881 Reviewed-on: https://gerrit.libreoffice.org/10788 Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
-rw-r--r--external/libgltf/ExternalProject_libgltf.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/libgltf/ExternalProject_libgltf.mk b/external/libgltf/ExternalProject_libgltf.mk
index 8c8878d3a0a4..548487b7edf5 100644
--- a/external/libgltf/ExternalProject_libgltf.mk
+++ b/external/libgltf/ExternalProject_libgltf.mk
@@ -60,8 +60,8 @@ endif
$(call gb_ExternalProject_get_state_target,libgltf,build) :
$(call gb_ExternalProject_run,build,\
- CPPFLAGS='$(libgltf_CPPFLAGS)' \
- export PKG_CONFIG="" \
+ export CPPFLAGS='$(libgltf_CPPFLAGS)' \
+ && export PKG_CONFIG="" \
&& ./configure \
--with-pic \
--disable-debug \