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:30:25 +0000
commit960592e8e57d1638ea3e03e38dc3c655523a2d07 (patch)
tree587ee2e5c65ec8219c3fb34c5f2a2e1fc9953ace
parent72b3eb1ceb8eff3d765f57c2a932a515fa7b2c36 (diff)
downloaddefinitions-960592e8e57d1638ea3e03e38dc3c655523a2d07.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.morph2
1 files changed, 1 insertions, 1 deletions
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