From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] m4: Rebuild against glibc 2.24. Date: Tue, 13 Dec 2016 13:10:27 +0100 Message-ID: <1481631027-12073-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1579149467315136991==" List-Id: --===============1579149467315136991== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- m4/m4.nm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/m4/m4.nm b/m4/m4.nm index 2997dcf..f2dcea4 100644 --- a/m4/m4.nm +++ b/m4/m4.nm @@ -5,7 +5,7 @@ name = m4 version = 1.4.17 -release = 1 +release = 2 groups = Applications/Text url = http://www.gnu.org/software/m4/ @@ -25,6 +25,10 @@ source_dl = http://ftp.gnu.org/gnu/m4/ sources = %{thisapp}.tar.xz build + requires + glibc-devel >= 2.24 + end + test make check end -- 2.7.4 --===============1579149467315136991==--