Skip to content

Commit

Permalink
Fix deb flag
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox authored Nov 27, 2023
1 parent 4ccf957 commit 423429b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ _configure_nginx() {
echo "Build nginx with ./configure \
${NGX_NAXSI} \
--with-cc-opt='$DEB_CFLAGS' \
--with-ld-opt='$DEB_LFLAGS,-lpcre' \
--with-ld-opt='$DEB_LFLAGS, -lpcre' \
$NGINX_BUILD_OPTIONS \
--build='VirtuBox Nginx-ee' \
$NGX_USER \
Expand All @@ -1198,7 +1198,7 @@ _configure_nginx() {
bash -c "./configure \
${NGX_NAXSI} \
--with-cc-opt='$DEB_CFLAGS' \
--with-ld-opt='$DEB_LFLAGS,-lpcre' \
--with-ld-opt='$DEB_LFLAGS, -lpcre' \
$NGINX_BUILD_OPTIONS \
--build='VirtuBox Nginx-ee' \
$NGX_USER \
Expand Down

0 comments on commit 423429b

Please sign in to comment.