summaryrefslogtreecommitdiff
path: root/strata/devtools
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-15 17:53:14 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-07-17 13:43:29 +0000
commit287240f4c8e0ed6eb79ecb151125cf2642c58e90 (patch)
tree7ac04cc459545f7516b74fa3150d9495e2ad4292 /strata/devtools
parent2a0d0c0283057eb54a218b3dc46675f2f385f7ea (diff)
downloaddefinitions-287240f4c8e0ed6eb79ecb151125cf2642c58e90.tar.gz
Add wget
Change-Id: I2cd784c45a4e96f59b124ca9b9bb06993b9e3f12
Diffstat (limited to 'strata/devtools')
-rw-r--r--strata/devtools/wget.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/devtools/wget.morph b/strata/devtools/wget.morph
new file mode 100644
index 00000000..a3a7995a
--- /dev/null
+++ b/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