X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibxml2;fp=lfs%2Flibxml2;h=fd4b5e577853b59b08d839d6273a350f7a2f3057;hp=6ee0fa2743a73a6c1ea938fefcc0f0a87436bde4;hb=504e72e17317e9b153d5dc6c0198c6df7c5f750a;hpb=7b0c6a5b3a12535831f1418b9dc5f6385e0c033d diff --git a/lfs/libxml2 b/lfs/libxml2 index 6ee0fa2743..fd4b5e5778 100644 --- a/lfs/libxml2 +++ b/lfs/libxml2 @@ -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)