summaryrefslogtreecommitdiffstats
path: root/external/libwpd
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/libwpd
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/libwpd')
-rw-r--r--external/libwpd/ExternalProject_libwpd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libwpd/ExternalProject_libwpd.mk b/external/libwpd/ExternalProject_libwpd.mk
index 88b771580d80..7aed6518bdeb 100644
--- a/external/libwpd/ExternalProject_libwpd.mk
+++ b/external/libwpd/ExternalProject_libwpd.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_ExternalProject_use_externals,libwpd,\
$(call gb_ExternalProject_get_state_target,libwpd,build) :
$(call gb_ExternalProject_run,build,\
export PKG_CONFIG="" \
- && ./configure \
+ && MAKE=$(MAKE) ./configure \
--with-pic \
--enable-static \
--disable-shared \