diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-03 18:08:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-03 18:08:55 +0100 |
commit | 93ddae449ea7ffb3ded644efb83c3f3ce295612d (patch) | |
tree | fdcb1c3de39ca799030a68992456077ff8eeba00 | |
parent | 196e8060bfdf7f04417efb3a299d6ee87951c47d (diff) |
php 7: build with --disable-huge-code-pages on EL-6
-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 |