summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-29 14:13:46 +0200
committerTor Lillqvist <tml@iki.fi>2012-10-29 14:13:46 +0200
commit0ac7d3a1da9a573840897eb7dc64cb425a3d2170 (patch)
tree47f1b28e24ce82e0d22d5ddd64edf3a7ba48ef06 /hunspell
parent87cac6bac2bd2145a5e41a3ce1ec1c2029ca010a (diff)
gb_STDLIBS already has the -l options
Change-Id: Ic498efe935194e95c593c5378d882664b7ad14ef
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/ExternalProject_hunspell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hunspell/ExternalProject_hunspell.mk b/hunspell/ExternalProject_hunspell.mk
index f2eaf7cf2d67..91cf31ce6e69 100644
--- a/hunspell/ExternalProject_hunspell.mk
+++ b/hunspell/ExternalProject_hunspell.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,hunspell,\
$(call gb_ExternalProject_get_state_target,hunspell,build):
cd $(EXTERNAL_WORKDIR) \
- && LIBS="$(addprefix -l,$(gb_STDLIBS)) $(LIBS)" ./configure --disable-shared --disable-nls --with-pic \
+ && LIBS="$(gb_STDLIBS) $(LIBS)" ./configure --disable-shared --disable-nls --with-pic \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
$(if $(filter C53,$(COM)),CFLAGS="-xc99=none") \