]> git.pld-linux.org Git - packages/php.git/commitdiff
- iconv-fix patch to make shared iconv module working
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 May 2002 02:38:00 +0000 (02:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- one more fix in wddx-fix patch to make shared wddx module working
- wddx requires php-session (wddx session support is determined on compile time)

Changed files:
    php-iconv-fix.patch -> 1.1.2.1

php-iconv-fix.patch [new file with mode: 0644]

diff --git a/php-iconv-fix.patch b/php-iconv-fix.patch
new file mode 100644 (file)
index 0000000..5ff2d1b
--- /dev/null
@@ -0,0 +1,12 @@
+--- php-4.2.0/acinclude.m4.orig        Thu May  2 01:33:20 2002
++++ php-4.2.0/acinclude.m4     Thu May  2 03:16:05 2002
+@@ -1256,8 +1256,8 @@
+   fi
+   
+   if test "$found_iconv" = "yes"; then
++    AC_DEFINE(HAVE_ICONV, 1, [ ])
+     if test -n "$ICONV_DIR"; then
+-      AC_DEFINE(HAVE_ICONV, 1, [ ])
+       PHP_ADD_LIBRARY_WITH_PATH($iconv_lib_name, $ICONV_DIR/lib, $1)
+       PHP_ADD_INCLUDE($ICONV_DIR/include)
+     fi
This page took 0.044214 seconds and 4 git commands to generate.