From 206e9418d1c0403cce940baf9ce762c9e7a9b0d9 Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Wed, 3 Oct 2012 10:33:30 +0100 Subject: Use bootstrap script only where it's needed. --- gnutls.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnutls.morph b/gnutls.morph index 4c2ddbbade..886a8d719c 100644 --- a/gnutls.morph +++ b/gnutls.morph @@ -3,7 +3,7 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "autoreconf", + "make CFGFLAGS=--enable-gcc-warnings autoreconf", "./configure --prefix=\"$PREFIX\"" ] } -- cgit v1.2.1