From 960592e8e57d1638ea3e03e38dc3c655523a2d07 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sun, 19 Oct 2014 22:20:02 +0000 Subject: Patch m4 to be glibc-2.20 compatible m4 has a hacked up stdio.h which will give warnings when certain functions are used. One of these warnings was that 'gets' is a deprecated function. The patch removes the code that adds the warning. Presumably the new version of glibc finally got rid of it, which makes it puzzling that the deprecation warning code was failing to handle the fact that the deprecated function could have been removed. --- strata/core.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/core.morph b/strata/core.morph index 5c90c964..6c4baba2 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -31,7 +31,7 @@ chunks: - name: m4 morph: strata/core/m4.morph repo: upstream:m4 - ref: d533342af991401d865de9b037ac03cdc9bd852e + ref: cfbd353f3a2dc517992bcdc747281a22feb0c4db unpetrify-ref: baserock/build-essential build-depends: [] - name: mini-utils -- cgit v1.2.1