Einige Builderrors aufgrund der entfernten Pakete gefunden.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@538 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-05-06 22:21:48 +00:00
parent a1d6b605f5
commit 91ba45182c
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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)