nginx_build_script : oh yeah! bad quoting again!!

This commit is contained in:
minoplhy 2023-10-31 03:14:32 +07:00
parent 77c05ef6e8
commit 94cd18c6ec
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -1,7 +1,7 @@
./auto/configure \
--with-cc-opt="-I../boringssl/include" \
--with-ld-opt="-L../boringssl/build/ssl \
-L../boringssl/build/crypto" \
-L../boringssl/build/crypto \
-Wl,-rpath,/opt/nginx-lua-module/luajit2/lib" \
--prefix=/usr/share/nginx \
--conf-path=/etc/nginx/nginx.conf \