summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 18:22:36 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-03-29 14:40:09 +0000
commitec33c0b6c40a9a578d3ade7adeaf5d17bc89d315 (patch)
treebdf7d009702adc91e63d261f7d924d9e5bf94cff
parentd6d555b68b476c03d4c261f535cf15f2d17ef8b4 (diff)
downloadlibsoup-baserock/2.46.0.tar.gz
libsoup.morph: Fix configure commandsbaserock/2.46.0
(need to run autogen first)
-rw-r--r--libsoup.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup.morph b/libsoup.morph
index 82bf7ee0..dac3646c 100644
--- a/libsoup.morph
+++ b/libsoup.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
"./configure --prefix=\"$PREFIX\" --disable-tls-check"
]
}