From e8768f245a2be0eb8437e392d65e6d4973b4b613 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 29 Oct 2012 14:14:07 +0200 Subject: [PATCH] Need gb_STDLIBS for mythes, too Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c --- mythes/ExternalProject_mythes.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" \