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:
1
util/configure
vendored
1
util/configure
vendored
@ -378,6 +378,7 @@ sub build_resty_opts {
|
||||
env LUA_INC => "$lua_root$lua_prefix/include";
|
||||
|
||||
push @make_cmds, "cd build/$lua_src && \$(MAKE) $platform";
|
||||
|
||||
push @make_install_cmds, "cd build/$lua_src && "
|
||||
. "\$(MAKE) install INSTALL_TOP=\$(DESTDIR)$lua_prefix";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user