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 2f7362b530414e0e255c7b3a4b68fe262c57f4d2 (commit) from c0b61a2767e2e114938b937e80ed80056006441c (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 2f7362b530414e0e255c7b3a4b68fe262c57f4d2 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 25 16:14:55 2011 +0200
rstp: Fix build error with gcc 4.6.0.
Fixes #190.
-----------------------------------------------------------------------
Summary of changes: pkgs/rstp/rstp.nm | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/rstp/rstp.nm b/pkgs/rstp/rstp.nm index 3fbf6a3..b663990 100644 --- a/pkgs/rstp/rstp.nm +++ b/pkgs/rstp/rstp.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = rstp PKG_VER = 0.21 -PKG_REL = 1 +PKG_REL = 2
PKG_MAINTAINER = PKG_GROUPS = Networking/Tools @@ -43,7 +43,9 @@ PKG_TARBALL = $(THISAPP).tar.gz CFLAGS += -fno-strict-aliasing
define STAGE_PREPARE_CMDS - cd $(DIR_APP) && sed -e "s/^CFLAGS = .*/& $(CFLAGS)/g" -i Makefile + cd $(DIR_APP) && sed -i Makefile \ + -e "s/-Werror//" \ + -e "s/^CFLAGS = .*/& $(CFLAGS)/g" endef
define STAGE_BUILD
hooks/post-receive -- IPFire 3.x development tree