summaryrefslogtreecommitdiff
path: root/strata/devtools/wget.morph
blob: a3a7995a5cbe37f2b27da043e99a656cdcca6c0d (plain)
1
2
3
4
5
6
7
8
9
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