This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via fdeadc4798175713d665deeada69cdc132a8ecb0 (commit) from dcc3c9bd46292cfbd066d37a5b174751258e314a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fdeadc4798175713d665deeada69cdc132a8ecb0 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 7 11:23:01 2011 +0100
ppp: Fix broken build.
This was caused by a bad header files that does not fit into the system anymore.
-----------------------------------------------------------------------
Summary of changes: pkgs/ppp/ppp.nm | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
Difference in files: diff --git a/pkgs/ppp/ppp.nm b/pkgs/ppp/ppp.nm index 7bcd150..1268a76 100644 --- a/pkgs/ppp/ppp.nm +++ b/pkgs/ppp/ppp.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = ppp PKG_VER = 2.4.5 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUP = System/Daemons @@ -57,6 +57,9 @@ define STAGE_PREPARE_CMDS
cd $(DIR_APP) && sed -e "s@^DESTDIR.*@DESTDIR=$$(INSTROOT)/usr@" \ -i pppd/plugins/pppol2tp/Makefile.linux + + # Remove broken header file that crashed the build. + cd $(DIR_APP) && rm -f include/linux/if_pppol2tp.h endef
define STAGE_BUILD
hooks/post-receive -- IPFire 3.x development tree