mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
win32: we should use the right openssl patch.
This commit is contained in:
@ -18,7 +18,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
|
|||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
cd objs/lib/$OPENSSL || exit 1
|
cd objs/lib/$OPENSSL || exit 1
|
||||||
patch -p1 < ../../../patches/openssl-1.0.2h-sess_set_get_cb_yield.patch || exit 1
|
patch -p1 < ../../../patches/openssl-1.1.0d-sess_set_get_cb_yield.patch || exit 1
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
#--with-openssl-opt="no-asm" \
|
#--with-openssl-opt="no-asm" \
|
||||||
|
Reference in New Issue
Block a user