Revision: 5403 Author: pebender Date: Thu Sep 3 16:24:39 2009 Log: - Stopped packages lib/libxml2 and lib/libxslt from building python bindings now that python is included.
http://code.google.com/p/minimyth/source/detail?r=5403 Modified: /trunk/gar-minimyth/script/lib/libxml2/Makefile /trunk/gar-minimyth/script/lib/libxslt/Makefile ======================================= --- /trunk/gar-minimyth/script/lib/libxml2/Makefile Mon Jan 19 17:56:24 2009 +++ /trunk/gar-minimyth/script/lib/libxml2/Makefile Thu Sep 3 16:24:39 2009 @@ -18,7 +18,8 @@ CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \ --enable-shared \ --disable-static \ - --with-gnu-ld + --with-gnu-ld \ + --without-python include ../../gar.mk ======================================= --- /trunk/gar-minimyth/script/lib/libxslt/Makefile Sun Nov 9 08:28:32 2008 +++ /trunk/gar-minimyth/script/lib/libxslt/Makefile Thu Sep 3 16:24:39 2009 @@ -19,6 +19,7 @@ --enable-shared \ --disable-static \ --with-gnu-ld \ + --without-python \ --with-libxml-prefix=$(DESTDIR)$(prefix) \ --with-libxml-include-prefix=$(DESTDIR)$(includedir) \ --with-libxml-libs-prefix=$(DESTDIR)$(libdir) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
