mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
./configure: removed hacks to workaround an old bug in ngx_lua's build system (just recently fixed in ngx_lua).
This commit is contained in:
parent
c01de73e41
commit
795f52d06c
8
util/configure
vendored
8
util/configure
vendored
@ -528,8 +528,8 @@ _END_
|
|||||||
env LUAJIT_LIB => $lib;
|
env LUAJIT_LIB => $lib;
|
||||||
env LUAJIT_INC => $inc;
|
env LUAJIT_INC => $inc;
|
||||||
|
|
||||||
unshift @ngx_ld_opts, "-L$lib";
|
#unshift @ngx_ld_opts, "-L$lib";
|
||||||
unshift @ngx_cc_opts, "-I$inc";
|
#unshift @ngx_cc_opts, "-I$inc";
|
||||||
|
|
||||||
push @ngx_rpaths, "$luajit_prefix/lib";
|
push @ngx_rpaths, "$luajit_prefix/lib";
|
||||||
|
|
||||||
@ -597,8 +597,8 @@ _END_
|
|||||||
env LUAJIT_LIB => $lib;
|
env LUAJIT_LIB => $lib;
|
||||||
env LUAJIT_INC => $inc;
|
env LUAJIT_INC => $inc;
|
||||||
|
|
||||||
unshift @ngx_ld_opts, "-L$lib";
|
#unshift @ngx_ld_opts, "-L$lib";
|
||||||
unshift @ngx_cc_opts, "-I$inc";
|
#unshift @ngx_cc_opts, "-I$inc";
|
||||||
|
|
||||||
push @ngx_rpaths, "$luajit_prefix/lib";
|
push @ngx_rpaths, "$luajit_prefix/lib";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user