From: ms Date: Sun, 6 May 2007 22:21:48 +0000 (+0000) Subject: Einige Builderrors aufgrund der entfernten Pakete gefunden. X-Git-Tag: v2.3-beta1~721 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=91ba45182c97b292d11561f0e352dc3db766d897 Einige Builderrors aufgrund der entfernten Pakete gefunden. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@538 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/lfs/fetchmail b/lfs/fetchmail index 472f7ea6f1..a4b9168321 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 cd871bb187..975a413936 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)