[Libreoffice-commits] core.git: external/hunspell

Caolán McNamara caolanm at redhat.com
Tue Jan 24 11:22:45 UTC 2017


 external/hunspell/ExternalProject_hunspell.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3fe4ca1b1ac5262268da456f7260f8de6de0ba1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 24 11:20:45 2017 +0000

    just build the hunspell lib, not the rest
    
    might hack around link failures of the hunspell tools under arm
    
    Change-Id: Ib5db702c2898e909e2bb91f4c4bc6b91bd08f47b

diff --git a/external/hunspell/ExternalProject_hunspell.mk b/external/hunspell/ExternalProject_hunspell.mk
index a4935db..274778a 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:


More information about the Libreoffice-commits mailing list