Changes of Revision 4
[-] | Changed | php7-mongodb.spec |
1
2 #export CXXFLAGS 3 #export LDFLAGS="-L%{_libdir}" 4 5 -./configure --enable-mongodb --with-openssl-dir=%{_usr} 6 +./configure --enable-mongodb --with-openssl-dir=%{_usr} || cat config.log 7 8 %{__make} %{?jobs:-j%jobs} 9 10 |