Skip to content

Commit

Permalink
util/build.sh: avoided hard-coding luajit lib in RPATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed May 2, 2016
1 parent 91782b4 commit a19505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/build.sh
Expand Up @@ -16,7 +16,7 @@ version=$1
force=$2

ngx-build $force $version \
--with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:$LUAJIT_LIB:/usr/local/lib" \
--with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:/usr/local/lib" \
--with-http_ssl_module \
--without-mail_pop3_module \
--without-mail_imap_module \
Expand Down

0 comments on commit a19505f

Please sign in to comment.