summarylogtreecommitdiffstats
path: root/0003-no-undefined-on.mingw.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-no-undefined-on.mingw.patch')
-rw-r--r--0003-no-undefined-on.mingw.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0003-no-undefined-on.mingw.patch b/0003-no-undefined-on.mingw.patch
new file mode 100644
index 000000000000..80c796005178
--- /dev/null
+++ b/0003-no-undefined-on.mingw.patch
@@ -0,0 +1,11 @@
+--- aspell-0.60.7-20110707/Makefile.am.orig 2011-07-07 01:01:39.000000000 +0000
++++ aspell-0.60.7-20110707/Makefile.am 2014-02-19 11:56:42.396127500 +0000
+@@ -203,7 +203,7 @@
+ else # not COMPILE_IN_FILTERS
+
+ dynamic_optfiles += ${optfiles}
+-filter_ldflags = -module -avoid-version
++filter_ldflags = -module -avoid-version -no-undefined
+
+ ### Add name of filter library containing your filter. Name always
+ ### must look like lib<filtername>-filter.la see development manual