summaryrefslogtreecommitdiff
path: root/baserock/strata/devtools/wget.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/devtools/wget.morph')
-rw-r--r--baserock/strata/devtools/wget.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/baserock/strata/devtools/wget.morph b/baserock/strata/devtools/wget.morph
new file mode 100644
index 00000000..a3a7995a
--- /dev/null
+++ b/baserock/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