./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
1 changed files with 4 additions and 4 deletions

8
util/configure vendored
View File

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