qt5/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9d79f06192d176298b4c911a6702ad1cfe099112 Author: Hib Eris <[email protected]> Date: Thu Aug 27 23:10:05 2015 +0200 Do not hardcode -fPIC in Makefile.am The flag -fPIC is already set on CXXFLAGS by configure. For the mingw compiler, you should not use fPIC, see d44e7e35. https://bugs.freedesktop.org/show_bug.cgi?id=91466 diff --git a/qt5/src/Makefile.am b/qt5/src/Makefile.am index 714a154..0b4fe43 100644 --- a/qt5/src/Makefile.am +++ b/qt5/src/Makefile.am @@ -53,7 +53,7 @@ libpoppler_qt5_la_CPPFLAGS = \ $(LCMS_CFLAGS) libpoppler_qt5_la_CXXFLAGS = \ - -Dpoppler_qt5_EXPORTS -fPIC + -Dpoppler_qt5_EXPORTS libpoppler_qt5_la_LIBADD = \ $(top_builddir)/poppler/libpoppler.la \ _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
