From 8a92567a4a36eeacdb7893a7b0b331a596d8dc4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 2 Aug 2012 01:17:18 +0300 Subject: [PATCH] exclude "none" from --php-sapis --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 8561024..aa5f694 100644 --- a/php.spec +++ b/php.spec @@ -2244,7 +2244,7 @@ for sapi in $sapis; do done # as we build each SAPI in own make, adjust php-config.in forehead -sapis=$(awk '/^PHP_SAPI = /{print $3}' Makefile.* | sort -u | xargs) +sapis=$(awk '/^PHP_SAPI = /{print $3}' Makefile.* | sort -u | grep -v none | xargs) sed -i -e "s,@PHP_INSTALLED_SAPIS@,$sapis," "scripts/php-config.in" # must make libphp_common first, so modules can link against it. -- 2.44.0