fontconfig: fork and bump to 2.14.0, don't use pregenerated fcobjshash.h since i...
[kiss-trunc88.git] / curl / build
blobb25e511fb630abd02b6c7991730b74d77098e6d1
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --disable-ipv6 \
6 --enable-unix-sockets \
7 --enable-hidden-symbols \
8 --disable-manual \
9 --disable-ldap \
10 --disable-ares \
11 --with-openssl \
12 --with-pic \
13 --with-ca-fallback \
14 --without-librtmp \
15 --without-icu \
16 --without-libpsl \
17 --without-libidn \
18 --without-libidn2 \
19 --without-zstd \
20 --without-brotli
22 make
23 make DESTDIR="$1" install
25 # Remove library documentation.
26 rm -rf "$1/usr/share/man/man3"