[csw-devel] SF.net SVN: gar:[14377] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Apr 22 02:56:37 CEST 2011
Revision: 14377
http://gar.svn.sourceforge.net/gar/?rev=14377&view=rev
Author: bdwalton
Date: 2011-04-22 00:56:37 +0000 (Fri, 22 Apr 2011)
Log Message:
-----------
php5/trunk: make a few more xml options global for the cgi modulation
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2011-04-21 19:25:10 UTC (rev 14376)
+++ csw/mgar/pkg/php5/trunk/Makefile 2011-04-22 00:56:37 UTC (rev 14377)
@@ -203,6 +203,8 @@
## it is more efficient to have this built into the php binary
CONFIGURE_ARGS += --enable-simplexml
CONFIGURE_ARGS += --disable-static
+CONFIGURE_ARGS += --enable-xml
+CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
ifeq ($(SAPI),ap2)
CONFIGURE_ARGS += --enable-bcmath=shared
@@ -235,7 +237,6 @@
CONFIGURE_ARGS += --enable-sysvshm=shared
CONFIGURE_ARGS += --enable-tokenizer=shared
CONFIGURE_ARGS += --enable-wddx=shared
-CONFIGURE_ARGS += --enable-xml
CONFIGURE_ARGS += --enable-xmlreader=shared
CONFIGURE_ARGS += --enable-xmlwriter=shared
CONFIGURE_ARGS += --enable-zip=shared
@@ -259,7 +260,6 @@
CONFIGURE_ARGS += --with-ldap=shared,$(prefix)
CONFIGURE_ARGS += --with-libedit=no
CONFIGURE_ARGS += --with-libexpat-dir=$(prefix)
-CONFIGURE_ARGS += --with-libxml-dir=$(prefix)
CONFIGURE_ARGS += --with-mcrypt=shared,$(prefix)
CONFIGURE_ARGS += --with-mhash=shared,$(prefix)
CONFIGURE_ARGS += --with-mm=$(prefix)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list