diff options
| -rw-r--r-- | php-pecl-xdebug.spec | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index c316178..b8b607f 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -54,6 +54,9 @@ BuildRequires:  libtool  %if %{with_tests}  BuildRequires:  %{?scl_prefix}php-soap  %endif +%if 0%{?rhel} == 6 +BuildRequires:  autoconf268 +%endif  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} @@ -169,6 +172,9 @@ sed -e '1d' NTS/%{pecl_name}.ini >>%{ini_name}  %build +%if 0%{?rhel} == 6 +export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268 +%endif  %{?dtsenable}  cd NTS | 
