summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-29 14:14:07 +0200
committerTor Lillqvist <tml@iki.fi>2012-10-29 14:14:07 +0200
commite8768f245a2be0eb8437e392d65e6d4973b4b613 (patch)
treeda3821252a7e9f8bb5ab1db926425efd84c4932c /mythes
parent0ac7d3a1da9a573840897eb7dc64cb425a3d2170 (diff)
Need gb_STDLIBS for mythes, too
Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c
Diffstat (limited to 'mythes')
-rw-r--r--mythes/ExternalProject_mythes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mythes/ExternalProject_mythes.mk b/mythes/ExternalProject_mythes.mk
index b146823c6f5a..392e69daa1a6 100644
--- a/mythes/ExternalProject_mythes.mk
+++ b/mythes/ExternalProject_mythes.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_ExternalProject_register_targets,mythes,\
$(call gb_ExternalProject_get_state_target,mythes,build):
cd $(EXTERNAL_WORKDIR) \
- && ./configure --disable-shared --with-pic \
+ && LIBS="$(gb_STDLIBS) $(LIBS)" ./configure --disable-shared --with-pic \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \
HUNSPELL_CFLAGS=" $(HUNSPELL_CFLAGS)" \
HUNSPELL_LIBS=" $(HUNSPELL_LIBS)" \