aboutsummaryrefslogtreecommitdiff
path: root/core/curl/build
blob: f5630ab3e1d5c09da59f051373253e9b0ddf9393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh -e

cpt-configure \
    --enable-ipv6 \
    --enable-unix-sockets \
    --enable-hidden-symbols \
    --without-libidn \
    --without-libidn2 \
    --disable-manual \
    --disable-ldap \
    --disable-ares \
    --without-libidn \
    --without-librtmp \
    --without-icu \
    --without-libpsl \
    --without-zstd \
    --with-pic \
    --with-bearssl \
    --with-ca-bundle=/etc/certificates/cert.pem \
    --without-ssl

make curl_LDFLAGS=-all-static
make DESTDIR="$1" install