summaryrefslogtreecommitdiff
path: root/old/strata/devtools/wget.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 14:59:24 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 14:59:24 +0100
commit9b874110e45b9af3a3bb0a7481bec8918a1c3adb (patch)
treea619d13d5c3e0913a41c54d352049d7d2efa1385 /old/strata/devtools/wget.morph
parent63224e2233280204626b58fcbe5224d3582c8627 (diff)
downloaddefinitions-9b874110e45b9af3a3bb0a7481bec8918a1c3adb.tar.gz
Move existing Baserock definitions into old/ subdirectory
This will be removed in due course.
Diffstat (limited to 'old/strata/devtools/wget.morph')
-rw-r--r--old/strata/devtools/wget.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/strata/devtools/wget.morph b/old/strata/devtools/wget.morph
new file mode 100644
index 00000000..a3a7995a
--- /dev/null
+++ b/old/strata/devtools/wget.morph
@@ -0,0 +1,10 @@
+name: wget
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+# rsync is needed if we want the bootstrap script to download .po files,
+# we can't download into our chroot so we remove this dependency
+- sed -i '/^buildreq="/,/"/ { /^rsync.*/ d }' bootstrap.conf
+- ./bootstrap --no-bootstrap-sync --skip-po
+configure-commands:
+- ./configure --prefix="$PREFIX" --with-ssl=openssl