--- hunspell-1.1.2~/src/hunspell/Makefile.am 2005-09-14 09:50:04.000000000 +0200 +++ hunspell-1.1.2/src/hunspell/Makefile.am 2005-11-11 14:11:52.000000000 +0100 @@ -1,8 +1,11 @@ -lib_LIBRARIES = libhunspell.a +lib_LIBRARIES = libhunspell.a libhunspell_pic.a libhunspell_a_SOURCES=affentry.cxx affixmgr.cxx csutil.cxx \ dictmgr.cxx hashmgr.cxx hunspell.cxx \ suggestmgr.cxx utf_info.cxx license.myspell license.hunspell +libhunspell_pic_a_SOURCES=$(libhunspell_a_SOURCES) +libhunspell_pic_a_CXXFLAGS= -fPIC + include_HEADERS=affentry.hxx htypes.hxx affixmgr.hxx \ csutil.hxx hunspell.hxx atypes.hxx dictmgr.hxx \ suggestmgr.hxx baseaffix.hxx hashmgr.hxx langnum.hxx --- hunspell-1.1.2~/src/parsers/Makefile.am 2005-07-21 02:54:54.000000000 +0200 +++ hunspell-1.1.2/src/parsers/Makefile.am 2005-11-11 14:11:52.000000000 +0100 @@ -1,8 +1,11 @@ -lib_LIBRARIES=libparsers.a +lib_LIBRARIES=libparsers.a libparsers_pic.a libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \ latexparser.cxx manparser.cxx \ textparser.cxx +libparsers_pic_a_SOURCES=$(libparsers_a_SOURCES) +libparsers_pic_a_CXXFLAGS= -fPIC + #include_hunspelldir include_HEADERS = firstparser.hxx \ htmlparser.hxx \