Skip to content

Commit

Permalink
removed the hard-coded luajit library path from the rpath of the deve…
Browse files Browse the repository at this point in the history
…loper build of nginx. also removed luajit false positives from valgrind.suppress since we can use a valgrind-specific luajit to run the valgrind testing mode.
  • Loading branch information
agentzh committed Jul 6, 2015
1 parent bc73c67 commit 9f7d732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion util/build.sh
Expand Up @@ -10,7 +10,7 @@ force=$2
#--with-cc=gcc46 \

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" \
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
Expand Down
18 changes: 0 additions & 18 deletions valgrind.suppress
@@ -1,21 +1,3 @@
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:lj_str_new
fun:lua_getfield
}
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:lj_str_new
fun:lua_setfield
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lj_str_new
fun:lua_pushlstring
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand Down

0 comments on commit 9f7d732

Please sign in to comment.