1
0
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:
Yichun Zhang (agentzh) 2015-03-09 18:57:02 -07:00
parent c01de73e41
commit 795f52d06c

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