Changes of Revision 114
[-] | Changed | nginx.spec |
x 1
2 %{__tar} zxvf %{SOURCE16} 3 4 5 +pwd 6 +sleep 5s 7 8 -cd %{_builddir}/openssl-%{openssl_version} 9 +cd openssl-%{openssl_version} 10 %patch4 -p1 11 ./config threads shared enable-ec_nistp_64_gcc_128 -Wl,-rpath=/usr/local/ssl/lib -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT \ 12 -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time \ 13 |