X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffetchmail;h=472f7ea6f15822245259ad38019ceaf67838f069;hb=9fb25b1c17181bf7d73ac5daa9585d8fd8974604;hp=d61174b6849a9abe61e6a0fddc530ad4200cff4a;hpb=857d9bf244354fcc0899ba19073135541bd82596;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/fetchmail b/lfs/fetchmail index d61174b684..472f7ea6f1 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -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