summaryrefslogtreecommitdiffstats
path: root/spelling/aspell/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'spelling/aspell/BUILD')
-rwxr-xr-xspelling/aspell/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/spelling/aspell/BUILD b/spelling/aspell/BUILD
index 83a93eb948..93cdf77cf5 100755
--- a/spelling/aspell/BUILD
+++ b/spelling/aspell/BUILD
@@ -1,3 +1,4 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
-CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
+# 0.60.6.1 run afould of some C++ rules, try permissive mode
+CXXFLAGS="${CXXFLAGS/-O3/-O2} -fpermissive" &&
default_build