X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcurl;h=715d79d07c305e1f80153fbd159ce37d346a8a53;hp=5b6e3b8905e29dfd58ebc61d96d0cc9e3cea6191;hb=6f49e32b74ba5312385238e6b59bbe2f52ea2e5a;hpb=5114bcb3cdee18bdb30b71e9e0df2b559b561273 diff --git a/lfs/curl b/lfs/curl index 5b6e3b890..715d79d07 100644 --- a/lfs/curl +++ b/lfs/curl @@ -24,7 +24,7 @@ include Config -VER = 7.24.0 +VER = 7.31.0 THISAPP = curl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b93420f80a2baaa61a0f45214eddc2ba +$(DL_FILE)_MD5 = 6f26843f7e3a2fb06e02f68a55efe8c7 install : $(TARGET) @@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --disable-ipv6 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install # Create symlink to new curl lib for old binaries