summarylogtreecommitdiffstats
path: root/0003-no-undefined-on.mingw.patch
blob: 80c79600517847426e9ec766e43f1fde9c64cbde (plain)
1
2
3
4
5
6
7
8
9
10
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