]> git.pld-linux.org Git - packages/php.git/blame - php-wddx-fix.patch
- noted TODO
[packages/php.git] / php-wddx-fix.patch
CommitLineData
9d6174b1 1--- php-4.2.0/ext/wddx/Makefile.in.orig Wed May 1 17:42:43 2002
2+++ php-4.2.0/ext/wddx/Makefile.in Wed May 1 17:53:04 2002
3@@ -1,5 +1,9 @@
4
5 LTLIBRARY_NAME = libwddx.la
6 LTLIBRARY_SOURCES = wddx.c
7+LTLIBRARY_DEPENDENCIES = $(EXPAT_INTERNAL_LIBADD)
8+LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES)
9+LTLIBRARY_SHARED_NAME = wddx.la
10+LTLIBRARY_SHARED_LIBADD = $(EXPAT_SHARED_LIBADD)
11
12 include $(top_srcdir)/build/dynlib.mk
13--- php-4.2.0/ext/wddx/wddx.c.orig Thu May 2 03:21:31 2002
14+++ php-4.2.0/ext/wddx/wddx.c Thu May 2 03:21:17 2002
15@@ -124,6 +124,10 @@
16 };
17 /* }}} */
18
19+#ifdef COMPILE_DL_WDDX
20+ZEND_GET_MODULE(wddx)
21+#endif
22+
23 /* {{{ wddx_stack_init
24 */
25 static int wddx_stack_init(wddx_stack *stack)
This page took 0.054414 seconds and 4 git commands to generate.