diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-05 16:23:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-05 16:23:21 +0000 |
commit | a1b931cc43089834308a917689702f4a41eb6319 (patch) | |
tree | 8909459a8d3bef21abbc69a8afe7150f81836b0d /hunspell | |
parent | 176a22eb1df77a31e8d116750ca0cb3a10149fe0 (diff) |
build without nls, we don't need it
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |