X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffetchmail;h=472f7ea6f15822245259ad38019ceaf67838f069;hp=43c0d5d6aff24bcbde509ec7e3797a77fe446849;hb=9fb25b1c17181bf7d73ac5daa9585d8fd8974604;hpb=a8b159e729afb532d289fce4d398b728b9f2f75c diff --git a/lfs/fetchmail b/lfs/fetchmail index 43c0d5d6af..472f7ea6f1 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -30,11 +30,11 @@ VER = 6.3.4 THISAPP = fetchmail-$(VER) DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = http://download2.berlios.de/fetchmail +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = fetchmail -PAK_VER = ipfire-beta1 +PAK_VER = 1 ############################################################################### # Top-level Rules @@ -78,7 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls --enable-fallback=procmail - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install echo "set logfile /var/log/fetchmail.log" > ~/.fetchmailrc echo "set no bouncemail" >> ~/.fetchmailrc