[csw-devel] SF.net SVN: gar:[19423] csw/mgar/pkg/apache2/branches/apache24/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Oct 11 21:27:33 CEST 2012
Revision: 19423
http://gar.svn.sourceforge.net/gar/?rev=19423&view=rev
Author: bdwalton
Date: 2012-10-11 19:27:33 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
apache2/branches/apache24: correct the autoconf handling of libxml2 discovery
Modified Paths:
--------------
csw/mgar/pkg/apache2/branches/apache24/Makefile
Modified: csw/mgar/pkg/apache2/branches/apache24/Makefile
===================================================================
--- csw/mgar/pkg/apache2/branches/apache24/Makefile 2012-10-11 13:19:56 UTC (rev 19422)
+++ csw/mgar/pkg/apache2/branches/apache24/Makefile 2012-10-11 19:27:33 UTC (rev 19423)
@@ -83,7 +83,7 @@
# Build Configuration
CONFIGURE_ARGS = --with-apr=$(prefix)
CONFIGURE_ARGS += --with-pcre=$(prefix)
-CONFIGURE_ARGS += --with-libxml2=$(prefix)
+CONFIGURE_ARGS += --with-libxml2=$(includedir)/libxml2
CONFIGURE_ARGS += --with-lua=$(prefix)
CONFIGURE_ARGS += --enable-mpms-shared=all
CONFIGURE_ARGS += --enable-layout=OpenCSW
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