Skip to content

Commit 860eb15

Browse files
committed
Fix docker-php-ext-configure error on unknown flags
docker-library/php#918
1 parent 1418c60 commit 860eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-php-ext-configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ fi
6666

6767
cd "$ext"
6868
phpize
69-
./configure "$@"
69+
./configure --enable-option-checking=fatal "$@"

0 commit comments

Comments
 (0)