We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bcace commit 07518a7Copy full SHA for 07518a7
build-static.sh
@@ -198,7 +198,9 @@ else
198
SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS="${SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS} -fPIE -fstack-protector-strong -O2 -w -s"
199
fi
200
export SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS
201
-export SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES="--with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain/caddy --with github.com/dunglas/caddy-cbrotli"
+if [ -z "$SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES" ]; then
202
+ export SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES="--with github.com/dunglas/mercure/caddy --with github.com/dunglas/vulcain/caddy --with github.com/dunglas/caddy-cbrotli"
203
+fi
204
205
# Build FrankenPHP
206
${spcCommand} doctor --auto-fix
0 commit comments