From 4ea4099f4d6509bcd847859ecc74766995a094fa Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 17 Sep 2022 12:54:46 +0800 Subject: [PATCH] should be disable-gd rather than without-gd --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 1f8b13b..0798f06 100644 --- a/php.spec +++ b/php.spec @@ -655,7 +655,7 @@ build --libdir=%{_libdir}/php --enable-pcntl --enable-opcache --enable-phpdbg \ --enable-intl=shared --with-enchant=shared,%{_prefix} popd -without_shared="--without-gd --disable-dom --disable-dba --without-unixODBC --disable-opcache \ +without_shared="--disable-gd --disable-dom --disable-dba --without-unixODBC --disable-opcache \ --disable-opcache --disable-phpdbg --without-ffi \ --disable-xmlreader --disable-xmlwriter --without-sodium --without-sqlite3 --disable-phar --disable-fileinfo \ --without-pspell --without-curl --disable-posix --disable-xml --disable-simplexml --disable-exif \