cleanup switches

This commit is contained in:
Funda Wang 2022-09-20 15:41:58 +08:00
parent a30654f80d
commit 0dc1807ed2

View File

@ -579,9 +579,9 @@ ln -sf ../configure
--enable-rtld-now \
--cache-file=../config.cache --with-libdir=%{_lib} --with-config-file-path=%{_sysconfdir} \
--with-config-file-scan-dir=%{_sysconfdir}/php.d --disable-debug --with-pic --disable-rpath \
--without-pear --with-exec-dir=%{_bindir} --without-gdbm --with-openssl \
--with-system-ciphers --with-pcre-regex=%{_prefix} --with-zlib --with-layout=GNU --with-kerberos \
--with-libxml-dir=%{_prefix} --with-system-tzdata --with-mhash \
--without-pear --without-gdbm --with-openssl \
--with-system-ciphers --with-zlib --with-layout=GNU --with-kerberos \
--with-system-tzdata --with-mhash \
%ifarch riscv64
--without-pcre-jit \
%endif
@ -653,7 +653,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 \