From adea3f58274d6c026cadbc444179eea471697b68 Mon Sep 17 00:00:00 2001 From: Deleu Date: Sun, 22 Aug 2021 14:18:16 +0200 Subject: [PATCH] undefined constant GLOB_BRACE on Alpine Linux --- configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.php b/configure.php index 313c150aa..0da2c4c36 100755 --- a/configure.php +++ b/configure.php @@ -646,7 +646,7 @@ function generate_sources_file() // {{{ } $globdir .= "/*/*/versions.xml"; } - foreach(glob($globdir, GLOB_BRACE) as $file) { + foreach(glob($globdir) as $file) { if($tmp->load($file)) { foreach($tmp->getElementsByTagName("function") as $function) { $function = $dom->importNode($function, true);