summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-02-16 13:23:35 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2015-02-16 13:23:35 +0000
commit80562ebb7adb01e4ae99151ec42afe18d8fdec25 (patch)
treeabb41ad5ea1f73399ff607048cfddf7c7f627d86
parent82235750db89247821d1f150ee1b25f44c024e9c (diff)
downloaddefinitions-80562ebb7adb01e4ae99151ec42afe18d8fdec25.tar.gz
Disable gcc warnings in m4
This should be the default for a tarball release
-rw-r--r--strata/build-essential/m4-tarball.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/build-essential/m4-tarball.morph b/strata/build-essential/m4-tarball.morph
index e460a9dc..eb16726a 100644
--- a/strata/build-essential/m4-tarball.morph
+++ b/strata/build-essential/m4-tarball.morph
@@ -2,4 +2,4 @@ name: m4-tarball
kind: chunk
build-system: autotools
configure-commands:
-- ./configure --prefix="$PREFIX"
+- ./configure --prefix="$PREFIX" --disable-gcc-warnings