From 0dc1807ed245d096d60debb688add566261e146c Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 20 Sep 2022 15:41:58 +0800 Subject: [PATCH] cleanup switches --- php.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php.spec b/php.spec index 29e11aa..c4b03df 100644 --- a/php.spec +++ b/php.spec @@ -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 \