From 78a5d623631660f9d866c6dd97735c2792f674a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 22 Oct 2023 10:07:22 +0200 Subject: comments --- php-pecl-xdebug3.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 6093546..e1b53fc 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -219,13 +219,13 @@ for mod in simplexml; do fi done -# only check if build extension can be loaded +: check if NTS build extension can be loaded %{__php} \ --no-php-ini \ --define zend_extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ --modules | grep '^Xdebug$' -# check if provided config file is usable +: check if provided config file is usable %{__php} \ --no-php-ini \ -c %{buildroot}%{php_inidir}/%{ini_name} -v 2>err.log \ @@ -236,6 +236,7 @@ if [ -s err.log ]; then fi %if %{with_zts} +: check if ZTS build extension can be loaded %{__ztsphp} \ --no-php-ini \ --define zend_extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ -- cgit