now we apply the makefile install fix patch for Solaris.

This commit is contained in:
agentzh (章亦春)
2011-03-09 21:01:41 +08:00
parent c8505d3a36
commit 292e460621
3 changed files with 30 additions and 0 deletions

1
util/configure vendored
View File

@ -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";