|
|
|
@ -65,7 +65,7 @@ install:
|
|
|
|
|
- tar zxf download-cache/openssl-$OPENSSL_VER.tar.gz
|
|
|
|
|
- cd openssl-$OPENSSL_VER/
|
|
|
|
|
- patch -p1 < ../patches/openssl-$OPENSSL_PATCH_VER-sess_set_get_cb_yield.patch
|
|
|
|
|
- ./config no-threads shared enable-ssl3 enable-ssl3-method -g --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
|
|
|
|
|
- ./config no-threads shared enable-ssl3 enable-ssl3-method -g --libdir=lib --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
|
|
|
|
|
- make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
|
|
|
|
|
- sudo make PATH=$PATH install_sw > build.log 2>&1 || (cat build.log && exit 1)
|
|
|
|
|
- cd ..
|
|
|
|
|