X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frtorrent;h=ac85fa50ab5a59bc404b9ec75b268ed6cafbf770;hp=06e56613558ef2624c07f98a9b67f8346f38cc43;hb=fcc535236fe6178d68007ece7793746320549b61;hpb=a6eac9f5ace2c648517fe4497b2509fdd5219f69 diff --git a/lfs/rtorrent b/lfs/rtorrent index 06e5661355..ac85fa50ab 100644 --- a/lfs/rtorrent +++ b/lfs/rtorrent @@ -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)