From 517d9c6d663e4ca6f398b60622a14eefa1319b2c Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 17 Sep 2022 12:27:34 +0800 Subject: [PATCH] drop unrecognized options --with-exec-dir, --with-pcre-regex, --with-libxml-dir --- php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 7b65ab7..7c50eb7 100644 --- a/php.spec +++ b/php.spec @@ -581,9 +581,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