diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-05 07:28:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-05 07:28:21 +0100 |
commit | 2bfd88893ade19a434ccc7b2a05c2928204d32c1 (patch) | |
tree | 47486cd73b2b1a016d119b10fec96f76d1046772 /php.spec | |
parent | 93ddae449ea7ffb3ded644efb83c3f3ce295612d (diff) |
php 7: EL6 rebuild
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1037,6 +1037,11 @@ sed -e 's:%{_root_sysconfdir}:%{_sysconfdir}:' \ -i 10-opcache.ini cp %{SOURCE52} 20-oci8.ini +%if 0%{!?scl:1} +: SCL macro not defined +exit 1 +%endif + %build # aclocal workaround - to be improved |