diff --git a/lfs/fetchmail b/lfs/fetchmail index 472f7ea6f..a4b916832 100644 --- a/lfs/fetchmail +++ b/lfs/fetchmail @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(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) && ./configure --prefix=/usr --with-ssl --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install echo "set logfile /var/log/fetchmail.log" > ~/.fetchmailrc diff --git a/lfs/tftp-hpa b/lfs/tftp-hpa index cd871bb18..975a41393 100644 --- a/lfs/tftp-hpa +++ b/lfs/tftp-hpa @@ -81,6 +81,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make cd $(DIR_APP) && make install -mkdir /var/log/tftpboot - cp -f $(DIR_CONF)/xinetd/tftpd-hpa /var/ipfire/xinetd/xinetd.d/ @rm -rf $(DIR_APP) @$(POSTBUILD)