should be disable-gd rather than without-gd

This commit is contained in:
Funda Wang 2022-09-17 12:54:46 +08:00
parent d2d2ea3c4a
commit 4ea4099f4d

View File

@ -655,7 +655,7 @@ build --libdir=%{_libdir}/php --enable-pcntl --enable-opcache --enable-phpdbg \
--enable-intl=shared --with-enchant=shared,%{_prefix} --enable-intl=shared --with-enchant=shared,%{_prefix}
popd 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-opcache --disable-phpdbg --without-ffi \
--disable-xmlreader --disable-xmlwriter --without-sodium --without-sqlite3 --disable-phar --disable-fileinfo \ --disable-xmlreader --disable-xmlwriter --without-sodium --without-sqlite3 --disable-phar --disable-fileinfo \
--without-pspell --without-curl --disable-posix --disable-xml --disable-simplexml --disable-exif \ --without-pspell --without-curl --disable-posix --disable-xml --disable-simplexml --disable-exif \