[Dh-make-php-commits] r247 - trunk/pecl.template

Uwe Steinmann steinm at alioth.debian.org
Wed Mar 28 11:14:42 CET 2007


Author: steinm
Date: 2007-03-28 10:14:42 +0000 (Wed, 28 Mar 2007)
New Revision: 247

Modified:
   trunk/pecl.template/rules
Log:
- call '/usr/bin/php-config4 --phpapi' to determine php api version


Modified: trunk/pecl.template/rules
===================================================================
--- trunk/pecl.template/rules	2007-03-28 09:56:18 UTC (rev 246)
+++ trunk/pecl.template/rules	2007-03-28 10:14:42 UTC (rev 247)
@@ -32,8 +32,8 @@
 CLEANTARGETS=##cleantargets##
 
 # Sarge doesn't support --phpapi option (Bug #365667)
-#phpapiver4=$(shell /usr/bin/php-config4 --phpapi)
-phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename)
+phpapiver4=$(shell /usr/bin/php-config4 --phpapi)
+#phpapiver4=$(/usr/bin/php-config4 --extension-dir | xargs basename)
 phpapiver5=$(shell /usr/bin/php-config5 --phpapi)
 
 configure-v4 configure-v5: configure-v%: configure-stamp-v%




More information about the Dh-make-php-commits mailing list