mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
now we apply the makefile install fix patch for Solaris.
This commit is contained in:
@ -161,6 +161,12 @@ cd ../.. || exit 1
|
||||
|
||||
rm "patch-lua-$ver-2" || exit 1
|
||||
|
||||
cp $root/patches/lua-$ver-makefile_install_fix.patch lua-makefile-fix.patch || exit 1
|
||||
|
||||
patch -p0 < lua-makefile-fix.patch || exit 1
|
||||
|
||||
rm lua-makefile-fix.patch
|
||||
|
||||
#################################
|
||||
|
||||
ver=2.0.0-beta6
|
||||
|
||||
Reference in New Issue
Block a user