summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2017-10-03 23:28:56 +0300
committerPale Moon <git-repo@palemoon.org>2017-10-07 11:50:13 +0200
commit367d7fd6d6a4bd780e0a5ca85d86cf54cae5d9b5 (patch)
tree777369334a5d86dd76bd0bb39214d1e325040c38
parent91c74651dfd1022ab6ad23dbbbf68e32ccc66ceb (diff)
downloadpalemoon-367d7fd6d6a4bd780e0a5ca85d86cf54cae5d9b5.tar.gz
Build hunspell lib statically.
-rw-r--r--extensions/spellcheck/hunspell/glue/moz.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/spellcheck/hunspell/glue/moz.build b/extensions/spellcheck/hunspell/glue/moz.build
index d1c482870..d2c0cb7f6 100644
--- a/extensions/spellcheck/hunspell/glue/moz.build
+++ b/extensions/spellcheck/hunspell/glue/moz.build
@@ -35,3 +35,7 @@ EXPORTS.mozilla += [
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wshadow']
+
+# This variable is referenced in configure.in. Make sure to change that file
+# too if you need to change this variable.
+DEFINES['HUNSPELL_STATIC'] = True