- Do not provide static package. Nothing should staticaly link here anyway. With this also remove libtool archive. - Explicitely disable rpath and name all switches. - Autoreconf the sources after the patching. Also makes aarch64 happy this way. - Paralelize the check phase, no need to run it in just one thread. - Added patches: * hunspell-1.3.2-static-lib.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hunspell?expand=0&rev=35
10 lines
451 B
Diff
10 lines
451 B
Diff
diff -urN hunspell-1.3.2.old/src/parsers/Makefile.am hunspell-1.3.2/src/parsers/Makefile.am
|
|
--- hunspell-1.3.2.old/src/parsers/Makefile.am 2011-09-15 11:50:40.251441126 +0200
|
|
+++ hunspell-1.3.2/src/parsers/Makefile.am 2011-09-17 06:06:50.469615528 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-lib_LIBRARIES=libparsers.a
|
|
+noinst_LIBRARIES=libparsers.a
|
|
libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
|
|
latexparser.cxx manparser.cxx \
|
|
textparser.cxx
|