X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibxml2;h=bb7e8491d207925f25ddfe7839d5608a5f01145f;hb=0f458e4df0c6d99b957d6d175cdd241cff176a6b;hp=4a25c4ca5f81a66af1d77f297d04dfebcb119a06;hpb=057652c5e548c5e0b0e4e07559c21b7916335af9;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/libxml2 b/lfs/libxml2 index 4a25c4ca5f..bb7e8491d2 100644 --- a/lfs/libxml2 +++ b/lfs/libxml2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2015 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.6.32 +VER = 2.9.4 THISAPP = libxml2-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2621d322c16f0257e30f0ff2b13384de +$(DL_FILE)_MD5 = ae249165c173b1ff386ee8ad676815f5 install : $(TARGET) @@ -72,7 +72,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static --with-history cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)