https://bugzilla.novell.com/show_bug.cgi?id=229896 ------- Comment #2 from andreas.hanke@gmx-topmail.de 2006-12-25 09:34 MST ------- The current situation is: export QTLIB=/usr/%{_lib}/qt3/%{_lib} but should be export QTLIB=/usr/lib/qt3/%{_lib} because otherwise it won't build on i586. And export CFLAGS="$RPM_OPT_FLAGS -fstack-protector" should be export CFLAGS="$RPM_OPT_FLAGS -fstack-protector" export CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" because otherwise, -fstack-protector won't be used for C++, effectively rendering it pointless because poppler is a C++ library. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.