diff options
-rw-r--r-- | php.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -131,7 +131,7 @@ #global gh_owner php #global gh_project php-src #global rcver RC8 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -1135,6 +1135,9 @@ build --libdir=%{_libdir}/php \ --enable-pcntl \ --enable-opcache \ --enable-opcache-file \ +%if 0%{?rhel} == 6 + --disable-huge-code-pages \ +%endif --enable-phpdbg \ %if %{with_imap} --with-imap=shared --with-imap-ssl \ @@ -1808,6 +1811,9 @@ fi %changelog +* Thu Dec 3 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-2 +- build with --disable-huge-code-pages on EL-6 + * Tue Dec 1 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-1 - Update to 7.0.0 http://www.php.net/releases/7_0_0.php |