diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-03-09 11:28:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-03-09 11:28:09 +0000 |
commit | d906fcfe1bf091c98cfe939eb392919fdf28792c (patch) | |
tree | 9eba10bffae5659bd700c70a6c900d87c72d03fe /hunspell | |
parent | 1d607470dad24af3fc53fb4fd34d975107810f85 (diff) |
#i10000# AUGMENT_LIBRARY_PATH missing
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index d0d60abc672b..dc0ed8e59308 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -51,7 +51,7 @@ PATCH_FILE_NAME=hunspell-1.2.8.patch #CONFIGURE_DIR=$(BUILD_DIR) #relative to CONFIGURE_DIR -CONFIGURE_ACTION=configure +CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure CONFIGURE_FLAGS= --disable-shared --with-pic .IF "$(COMNAME)"=="sunpro5" CONFIGURE_FLAGS+= CFLAGS=-xc99=none |