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 fb68cdcc55136d363f2d7d60c364c1320653202f (commit) via 75ef154bdff06d03276f858bd1e2db779b17ca77 (commit) from 9aa13044902ceadc58865ed6354e0c237987dde9 (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 fb68cdcc55136d363f2d7d60c364c1320653202f Merge: 75ef154 9aa1304 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 15 23:36:30 2011 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 75ef154bdff06d03276f858bd1e2db779b17ca77 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 15 18:07:14 2011 +0200
mpc: Fix build of shared libs.
-----------------------------------------------------------------------
Summary of changes: pkgs/mpc/mpc.nm | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
Difference in files: diff --git a/pkgs/mpc/mpc.nm b/pkgs/mpc/mpc.nm index c720c7f..163a705 100644 --- a/pkgs/mpc/mpc.nm +++ b/pkgs/mpc/mpc.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = mpc PKG_VER = 0.9 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Libraries @@ -46,6 +46,9 @@ PKG_TARBALL = $(THISAPP).tar.gz
PKG_PACKAGES += $(PKG_NAME_REAL)-devel
+# http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html +export EGREP=egrep + define STAGE_TEST cd $(DIR_APP) && make check endef
hooks/post-receive -- IPFire 3.x development tree