Skip to content

Commit c56744c

Browse files
committed
adjusted the nginx rpath setting in the build script.
1 parent 8f5cdbd commit c56744c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ home=~
88
force=$2
99

1010
ngx-build $force $version \
11-
--with-cc-opt="-O3" \
12-
--with-ld-opt="-Wl,-rpath,/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib:/home/lz/lib:/opt/luajit/lib" \
11+
--with-cc-opt="-O0" \
12+
--with-ld-opt="-Wl,-rpath,/usr/local/openresty-debug/luajit/lib:/opt/postgres/lib:/opt/drizzle/lib:/usr/local/lib:/home/lz/lib" \
1313
--without-mail_pop3_module \
1414
--without-mail_imap_module \
1515
--without-mail_smtp_module \

0 commit comments

Comments
 (0)