summaryrefslogtreecommitdiff
path: root/external/hunspell
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-24 11:20:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-24 11:22:03 +0000
commita3fe4ca1b1ac5262268da456f7260f8de6de0ba1 (patch)
tree23c94c08b637195ebfa0d0c0b546e9d77400ce11 /external/hunspell
parentfe2164949b38a7f73883dbdcb3271b94e5c81744 (diff)
just build the hunspell lib, not the rest
might hack around link failures of the hunspell tools under arm Change-Id: Ib5db702c2898e909e2bb91f4c4bc6b91bd08f47b
Diffstat (limited to 'external/hunspell')
-rw-r--r--external/hunspell/ExternalProject_hunspell.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/hunspell/ExternalProject_hunspell.mk b/external/hunspell/ExternalProject_hunspell.mk
index a4935dba2af2..274778a088a9 100644
--- a/external/hunspell/ExternalProject_hunspell.mk
+++ b/external/hunspell/ExternalProject_hunspell.mk
@@ -35,7 +35,7 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
$(if $(filter-out WNTGCC,$(OS)$(COM)),,LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \
CXXFLAGS="$(hunspell_CXXFLAGS)" \
- && $(MAKE) \
+ && cd src/hunspell && $(MAKE) \
)
# vim: set noet sw=4 ts=4: