garnome r6379 - in trunk: . platform/libxml2



Author: kbrae
Date: Wed Mar 12 15:16:26 2008
New Revision: 6379
URL: http://svn.gnome.org/viewvc/garnome?rev=6379&view=rev

Log:
platform/libxml2 (CONFIGURE_ARGS): Fix Python related build issues on some specific systems by disabling legacy stuff.


Modified:
   trunk/ChangeLog
   trunk/platform/libxml2/Makefile

Modified: trunk/platform/libxml2/Makefile
==============================================================================
--- trunk/platform/libxml2/Makefile	(original)
+++ trunk/platform/libxml2/Makefile	Wed Mar 12 15:16:26 2008
@@ -15,7 +15,7 @@
 BUILD_SCRIPTS = $(WORKSRC)/Makefile
 INSTALL_SCRIPTS = $(WORKSRC)/Makefile
 
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS) --with-python --without-legacy
 
 include ../category.mk
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]