From e21bb528c0f4cbae07839fc1ed44c105227c2e49 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 6 May 2026 12:52:50 +0700 Subject: [PATCH] Apply suggestion from @henderkes --- src/SPC/store/SourcePatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/store/SourcePatcher.php b/src/SPC/store/SourcePatcher.php index a263d0f5..c4b4e7b8 100644 --- a/src/SPC/store/SourcePatcher.php +++ b/src/SPC/store/SourcePatcher.php @@ -130,7 +130,7 @@ class SourcePatcher FileSystem::replaceFileStr( SOURCE_PATH . '/php-src/configure', "for ac_arg in '' -std=gnu23", - "for ac_arg in ''" + "for ac_arg in '' -std=gnu17", ); }