From a1b931cc43089834308a917689702f4a41eb6319 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 5 Feb 2011 16:23:21 +0000 Subject: build without nls, we don't need it --- hunspell/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hunspell') diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index a61f4e596e16..a4f7b0662006 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -51,7 +51,7 @@ PATCH_FILES=\ #relative to CONFIGURE_DIR CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure -CONFIGURE_FLAGS= --disable-shared --with-pic +CONFIGURE_FLAGS= --disable-shared --disable-nls --with-pic .IF "$(COMNAME)"=="sunpro5" CONFIGURE_FLAGS+= CFLAGS=-xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" @@ -81,7 +81,7 @@ PATCH_FILES=\ hunspell-mingw.patch CONFIGURE_ACTION=configure -CONFIGURE_FLAGS= --disable-shared --with-pic LDFLAGS=-Wl,--enable-runtime-pseudo-reloc-v2 +CONFIGURE_FLAGS= --disable-shared --disable-nls --with-pic LDFLAGS=-Wl,--enable-runtime-pseudo-reloc-v2 BUILD_ACTION=make OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.2.a .ELSE -- cgit