mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
added -d option to util/install and also made the -m option optional. fixed compatibility issue on Solaris with lua-cjson: there is no isinf on Solaris 11.
This commit is contained in:
2
util/configure
vendored
2
util/configure
vendored
@ -553,7 +553,7 @@ _EOC_
|
||||
"LUA_LIB_DIR=$lualib_prefix";
|
||||
|
||||
if ($on_solaris) {
|
||||
$extra_opts .= " INSTALL=$root_dir/build/install";
|
||||
$extra_opts .= " INSTALL=$root_dir/build/install CFLAGS=\"-g -O3 -Wall -pedantic -D'isinf(x)=0'\"";
|
||||
}
|
||||
|
||||
if ($platform eq 'macosx') {
|
||||
|
Reference in New Issue
Block a user