[Pkg-php-commits] [php/debian-sid] fix backward patch

Mark A. Hershberger (none) mah at debian.
Sun Feb 7 23:17:38 UTC 2010


---
 debian/patches/052-phpinfo_no_configure.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/052-phpinfo_no_configure.patch b/debian/patches/052-phpinfo_no_configure.patch
index 35d3b9b..bc034ef 100644
--- a/debian/patches/052-phpinfo_no_configure.patch
+++ b/debian/patches/052-phpinfo_no_configure.patch
@@ -6,8 +6,8 @@ Index: php5/ext/standard/info.c
  #ifdef ARCHITECTURE
  		php_info_print_table_row(2, "Architecture", ARCHITECTURE);
  #endif
--#ifdef 0
-+#ifdef CONFIGURE_COMMAND
+-#ifdef CONFIGURE_COMMAND
++#ifdef 0
  		php_info_print_table_row(2, "Configure Command", CONFIGURE_COMMAND );
  #endif
  
@@ -15,11 +15,11 @@ Index: php5/ext/standard/tests/general_functions/phpinfo.phpt
 ===================================================================
 --- php5.orig/ext/standard/tests/general_functions/phpinfo.phpt	2009-03-25 22:15:07.000000000 -0400
 +++ php5/ext/standard/tests/general_functions/phpinfo.phpt	2009-03-25 22:17:58.000000000 -0400
-@@ -20,6 +20,7 @@
+@@ -20,7 +20,6 @@
  
  System => %s
  Build Date => %s%a
-+Configure Command => %s
+-Configure Command => %s
  Server API => Command Line Interface
  Virtual Directory Support => %s
  Configuration File (php.ini) Path => %s
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list