SOURCES: php4-acam.patch - drop unneccesary checking
glen
glen at pld-linux.org
Tue Apr 4 17:06:36 CEST 2006
Author: glen Date: Tue Apr 4 15:06:36 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- drop unneccesary checking
---- Files affected:
SOURCES:
php4-acam.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/php4-acam.patch
diff -u SOURCES/php4-acam.patch:1.2 SOURCES/php4-acam.patch:1.3
--- SOURCES/php4-acam.patch:1.2 Mon Jul 25 00:21:35 2005
+++ SOURCES/php4-acam.patch Tue Apr 4 17:06:30 2006
@@ -8,15 +8,3 @@
if test "$PHP_MYSQL" != "no"; then
AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL])
if test "$PHP_SAFE_MODE" = "yes"; then
---- php-4.4.0/configure.in~ 2005-07-25 00:22:36.000000000 +0300
-+++ php-4.4.0/configure.in 2005-07-25 01:05:09.000000000 +0300
-@@ -844,6 +844,9 @@
- dnl -------------------------------------------------------------------------
-
- if test "$PHP_VERSIONING" = "yes"; then
-+ if test -n "$PHP_MODULES"; then
-+ AC_MSG_ERROR([--enable-versioning cannot be used with shared modules])
-+ fi
- test -z "$PHP_SYM_FILE" && PHP_SYM_FILE="$abs_srcdir/sapi/$PHP_SAPI/php.sym"
- if test -f "$PHP_SYM_FILE"; then
- EXTRA_LDFLAGS="-export-symbols $PHP_SYM_FILE $EXTRA_LDFLAGS"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/php4-acam.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list