summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-03 18:08:55 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-03 18:08:55 +0100
commit93ddae449ea7ffb3ded644efb83c3f3ce295612d (patch)
treefdcb1c3de39ca799030a68992456077ff8eeba00 /php.spec
parent196e8060bfdf7f04417efb3a299d6ee87951c47d (diff)
php 7: build with --disable-huge-code-pages on EL-6
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 4214b6d..4fad125 100644
--- a/php.spec
+++ b/php.spec
@@ -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