Changes of Revision 32
[-] | Changed | PDFlib-Lite.spec |
1
2 %build 3 . %{_libdir}/tclConfig.sh 4 export 5 +%ifarch x86_64 6 +LDFLAGS="-L%{_libdir}" \ 7 +%endif 8 ./configure --enable-cxx \ 9 --with-perl=%{_bindir}/perl \ 10 --with-py=%{_bindir} \ 11 |