Skip to content

Commit

Permalink
dev: util/build.sh: make sure we honor env OPENSSL_INC, OPENSSL_LIB, …
Browse files Browse the repository at this point in the history
…PCRE_INC, and PCRE_LIB.
  • Loading branch information
agentzh committed Oct 28, 2017
1 parent c787de5 commit c4efe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ home=~

#--add-module=$root/../stream-echo-nginx-module \
ngx-build $force $version \
--with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:/usr/local/lib" \
--with-cc-opt='-DNGX_LUA_USE_ASSERT' \
--with-cc-opt="-DNGX_LUA_USE_ASSERT -I$PCRE_INC -I$OPENSSL_INC" \
--with-ld-opt="-L$PCRE_LIB -L$OPENSSL_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:$OPENSSL_LIB" \
--with-http_stub_status_module \
--with-http_image_filter_module \
--without-mail_pop3_module \
Expand Down

0 comments on commit c4efe39

Please sign in to comment.