summaryrefslogtreecommitdiffstats
path: root/external/libvisio
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-13 16:50:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-13 16:56:20 +0100
commit904f9284a2250e17ff4c25f2c5d7540430a0c020 (patch)
tree0e96ec19150427ab0061dbdc117634e8056648dd /external/libvisio
parentWork around InterlockedExchange not exported from kernel32.dll on x64 (diff)
downloadcore-904f9284a2250e17ff4c25f2c5d7540430a0c020.tar.gz
core-904f9284a2250e17ff4c25f2c5d7540430a0c020.zip
More passing of MAKE into external configure
...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into external/poppler's configure" Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d
Diffstat (limited to 'external/libvisio')
-rw-r--r--external/libvisio/ExternalProject_libvisio.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libvisio/ExternalProject_libvisio.mk b/external/libvisio/ExternalProject_libvisio.mk
index 83eff112d7e4..db65a450ffb7 100644
--- a/external/libvisio/ExternalProject_libvisio.mk
+++ b/external/libvisio/ExternalProject_libvisio.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_ExternalProject_use_externals,libvisio,\
$(call gb_ExternalProject_get_state_target,libvisio,build) :
$(call gb_ExternalProject_run,build,\
export PKG_CONFIG="" \
- && ./configure \
+ && MAKE=$(MAKE) ./configure \
--with-pic \
--enable-static \
--disable-shared \