SOURCES: php4-acam.patch - --enable-versioning and modules don't w...

glen glen at pld-linux.org
Mon Jul 25 00:21:41 CEST 2005


Author: glen                         Date: Sun Jul 24 22:21:41 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- --enable-versioning and modules don't work together. fail out early

---- Files affected:
SOURCES:
   php4-acam.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php4-acam.patch
diff -u SOURCES/php4-acam.patch:1.1 SOURCES/php4-acam.patch:1.2
--- SOURCES/php4-acam.patch:1.1	Sat Aug 10 01:05:27 2002
+++ SOURCES/php4-acam.patch	Mon Jul 25 00:21:35 2005
@@ -8,3 +8,15 @@
  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.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list