mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: added an openssl patch to fix the parallel build regression in openssl 1.1.0j.
This commit is contained in:
@ -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 ../../..
|
||||
|
@ -897,6 +897,7 @@ cp $root/COPYRIGHT ./ || exit 1
|
||||
perl bundle/$resty_cli/bin/md2pod.pl $root/doc/README-windows.md | pod2text > README-windows.txt || exit 1
|
||||
unix2dos README-windows.txt || exit 1
|
||||
mkdir patches/ || exit 1
|
||||
cp $root/patches/openssl-1.1.0j-parallel_build_fix.patch patches/ || exit 1
|
||||
cp $root/patches/openssl-1.0.2h-sess_set_get_cb_yield.patch patches/ || exit 1
|
||||
cp $root/patches/openssl-1.1.0c-sess_set_get_cb_yield.patch patches/ || exit 1
|
||||
cp $root/patches/openssl-1.1.0d-sess_set_get_cb_yield.patch patches/ || exit 1
|
||||
|
Reference in New Issue
Block a user