summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-10-03 10:33:30 +0100
committerBen Brewer <benbrewer@codethink.co.uk>2012-10-03 10:33:30 +0100
commit206e9418d1c0403cce940baf9ce762c9e7a9b0d9 (patch)
treef2eec0094ec434a39ea0af1059b5b0e8403a2586
parentde15aa8297cfe5c04264e510d6cc2f815c5acc71 (diff)
downloadgnutls-baserock/morph.tar.gz
Use bootstrap script only where it's needed.baserock/morph
-rw-r--r--gnutls.morph2
1 files changed, 1 insertions, 1 deletions
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\""
]
}