From a3fe4ca1b1ac5262268da456f7260f8de6de0ba1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Jan 2017 11:20:45 +0000 Subject: just build the hunspell lib, not the rest might hack around link failures of the hunspell tools under arm Change-Id: Ib5db702c2898e909e2bb91f4c4bc6b91bd08f47b --- external/hunspell/ExternalProject_hunspell.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/hunspell') 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: -- cgit