From: Michael Tremer Date: Fri, 15 Jul 2011 16:07:14 +0000 (+0200) Subject: mpc: Fix build of shared libs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ef154bdff06d03276f858bd1e2db779b17ca77;p=ipfire-3.x.git mpc: Fix build of shared libs. --- diff --git a/pkgs/mpc/mpc.nm b/pkgs/mpc/mpc.nm index c720c7ff6..163a705b7 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