summaryrefslogtreecommitdiff
path: root/strata/core/curl.morph
blob: d445ee00425a429a7bf2e0d4f099b71be48df746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: curl
kind: chunk
configure-commands:
#
# Curl must be configured --with-ca-bundle in order to find the
# correct certificate bundle at runtime, which is later generated
# by update-ca-certificates. Other applications such as git, rely
# on curl knowing the default location of the certs.
#
- ./buildconf
- ./configure --disable-manual --prefix="$PREFIX" --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install