bugfix: added an openssl patch to fix the parallel build regression in openssl 1.1.0j.

This commit is contained in:
Yichun Zhang (agentzh)
2019-03-02 01:17:57 -08:00
parent 083403fb43
commit ed32897702
3 changed files with 23 additions and 0 deletions

View File

@ -19,6 +19,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
cd ../..
cd objs/lib/$OPENSSL || exit 1
patch -p1 < ../../../patches/openssl-1.1.0j-parallel_build_fix.patch || exit 1
patch -p1 < ../../../patches/openssl-1.1.0d-sess_set_get_cb_yield.patch \
|| exit 1
cd ../../..