Need gb_STDLIBS for mythes, too
Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c
This commit is contained in:
parent
0ac7d3a1da
commit
e8768f245a
1 changed files with 1 additions and 1 deletions
|
@ -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)" \
|
||||
|
|
Loading…
Reference in a new issue