mirror of
https://github.com/openresty/openresty
synced 2024-11-09 18:35:51 +01: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_INC => $inc;
|
||||
|
||||
unshift @ngx_ld_opts, "-L$lib";
|
||||
unshift @ngx_cc_opts, "-I$inc";
|
||||
#unshift @ngx_ld_opts, "-L$lib";
|
||||
#unshift @ngx_cc_opts, "-I$inc";
|
||||
|
||||
push @ngx_rpaths, "$luajit_prefix/lib";
|
||||
|
||||
@ -597,8 +597,8 @@ _END_
|
||||
env LUAJIT_LIB => $lib;
|
||||
env LUAJIT_INC => $inc;
|
||||
|
||||
unshift @ngx_ld_opts, "-L$lib";
|
||||
unshift @ngx_cc_opts, "-I$inc";
|
||||
#unshift @ngx_ld_opts, "-L$lib";
|
||||
#unshift @ngx_cc_opts, "-I$inc";
|
||||
|
||||
push @ngx_rpaths, "$luajit_prefix/lib";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user