]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/rtorrent
Updated module-init-tools to 3.5.
[people/pmueller/ipfire-2.x.git] / lfs / rtorrent
index 43a518f17c2f6d3f6c00b28913c757bdb6732a9d..ac85fa50ab5a59bc404b9ec75b268ed6cafbf770 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.7.6
+VER        = 0.7.9
 
 THISAPP    = rtorrent-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3eec6e94ed468c4dfed5376f75a89fe4
+$(DL_FILE)_MD5 = 136202fdd540a92aafbcee29f849d228
 
 install : $(TARGET)
 
@@ -80,7 +80,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
-       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)