summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-19 22:20:02 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-11 18:17:45 +0000
commitf5371110049082f4faeb10b3f1294bece8683d3c (patch)
tree3a98511bcbf5699bcb3968210d896056431c377d
parent72b3eb1ceb8eff3d765f57c2a932a515fa7b2c36 (diff)
downloaddefinitions-f5371110049082f4faeb10b3f1294bece8683d3c.tar.gz
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.
-rw-r--r--strata/core.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 5c90c964..fa60ed1b 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -31,8 +31,8 @@ chunks:
- name: m4
morph: strata/core/m4.morph
repo: upstream:m4
- ref: d533342af991401d865de9b037ac03cdc9bd852e
- unpetrify-ref: baserock/build-essential
+ ref: cfbd353f3a2dc517992bcdc747281a22feb0c4db
+ unpetrify-ref: baserock/pedroalvarez/build-essential
build-depends: []
- name: mini-utils
morph: strata/core/mini-utils.morph