X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibtorrent;h=7ce3b23963a4709ac00545c1ff9dd5ca12704166;hp=0874769985b3bca5da69dc167b0e2054b202ce42;hb=7c9de2bed226adf24f6a8313b5cca08e76186d77;hpb=d2414ee76e5927d10aa1dbec5534175639fbe73a diff --git a/lfs/libtorrent b/lfs/libtorrent index 0874769985..7ce3b23963 100644 --- a/lfs/libtorrent +++ b/lfs/libtorrent @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 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 = 0.11.9 +VER = 0.12.6 THISAPP = libtorrent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8974dc9499b382a09fb952cabcfef9a0 +$(DL_FILE)_MD5 = 037499ed708aaf72988cee60e5a8d96b install : $(TARGET) @@ -73,7 +73,7 @@ $(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 --disable-ipv6 - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)