[Libreoffice-commits] .: hunspell/makefile.mk
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Feb 5 08:23:40 PST 2011
hunspell/makefile.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 170bdf6976e55a843227092ce91a1e70eab10a31
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Feb 5 16:23:21 2011 +0000
build without nls, we don't need it
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index a61f4e5..a4f7b06 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
More information about the Libreoffice-commits
mailing list