]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libxml2
Merge branch 'next'
[ipfire-2.x.git] / lfs / libxml2
index 6ee0fa2743a73a6c1ea938fefcc0f0a87436bde4..fd4b5e577853b59b08d839d6273a350f7a2f3057 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.9.4
+VER        = 2.9.10
 
 THISAPP    = libxml2-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ae249165c173b1ff386ee8ad676815f5
+$(DL_FILE)_MD5 = 10942a1dc23137a8aa07f0639cbfece5
 
 install : $(TARGET)
 
@@ -73,7 +73,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static --with-history
+       cd $(DIR_APP) && ./configure            \
+                       --prefix=/usr           \
+                       --disable-static        \
+                       --with-history          \
+                       --without-python
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)