2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/core/curl/build
2019-06-19 10:45:26 +03:00

19 lines
332 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--enable-hidden-symbols \
--without-libidn \
--without-libidn2 \
--disable-manual \
--disable-ldap \
--disable-ares \
--without-libidn \
--without-librtmp \
--with-pic
make
make DESTDIR="$1" install