From 553ed6fcb1632980bcbcf3063b7250ad5ae2108f Mon Sep 17 00:00:00 2001 From: rstanevich <59010113+rstanevich@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:29:45 +0100 Subject: [PATCH] Update rebuild.sh --- rebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rebuild.sh b/rebuild.sh index 4273e6fb7..8d4e18020 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -4,3 +4,4 @@ export CFLAGS="-Wall -Wextra -Wdeclaration-after-statement -Wmissing-field-initi phpize > /dev/null && \ ./configure --with-mongo-sasl > /dev/null && \ make clean && make all > /dev/null && make install +