From 80562ebb7adb01e4ae99151ec42afe18d8fdec25 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Mon, 16 Feb 2015 13:23:35 +0000 Subject: Disable gcc warnings in m4 This should be the default for a tarball release --- strata/build-essential/m4-tarball.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1