2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 03:30:23 -07:00

curl: link statically

This commit is contained in:
Dylan Araps 2020-01-11 09:58:04 +02:00
parent 29fe61c87e
commit 624c4fbe95
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,8 @@
--disable-ares \
--without-libidn \
--without-librtmp \
--with-pic
--with-pic \
--with-ca-fallback
make
make curl_LDFLAGS=-all-static
make DESTDIR="$1" install

View File

@ -1 +1 @@
7.68.0 2
7.68.0 3