Skip to content

Commit c2cd2c7

Browse files
committed
developer build script: avoided hard-coding the luajit library path in the nginx binary RPATH.
This is because we usually want to use a different luajit for valgrind testing mode.
1 parent 5934e71 commit c2cd2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ force=$2
1515
#--with-cc=gcc46 \
1616

1717
ngx-build $force $version \
18-
--with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:$LUAJIT_LIB:/usr/local/lib" \
18+
--with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:/usr/local/lib" \
1919
--with-cc-opt="-O3 -funsigned-char" \
2020
--with-http_addition_module \
2121
--add-module=$root $opts \

0 commit comments

Comments
 (0)