diff options
author | James Thomas <james.thomas@codethink.co.uk> | 2015-02-16 13:23:35 +0000 |
---|---|---|
committer | James Thomas <james.thomas@codethink.co.uk> | 2015-02-16 13:23:35 +0000 |
commit | 80562ebb7adb01e4ae99151ec42afe18d8fdec25 (patch) | |
tree | abb41ad5ea1f73399ff607048cfddf7c7f627d86 /strata/build-essential/m4-tarball.morph | |
parent | 82235750db89247821d1f150ee1b25f44c024e9c (diff) | |
download | definitions-80562ebb7adb01e4ae99151ec42afe18d8fdec25.tar.gz |
Disable gcc warnings in m4
This should be the default for a tarball release
Diffstat (limited to 'strata/build-essential/m4-tarball.morph')
-rw-r--r-- | strata/build-essential/m4-tarball.morph | 2 |
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 |