Changes of Revision 23
[-] | Changed | PDFlib-Lite.spec |
x 1
2 --libdir=%{_libdir} \ 3 --mandir=%{_mandir} \ 4 --with-openssl \ 5 + --disable-rpath \ 6 %ifarch x86_64 7 --enable-64bit \ 8 %endif 9 --enable-large_files \ 10 --enable-profile \ 11 - --enable-sfio 12 + --enable-sfio && cat config.log 13 14 %{__make} 15 16 |