apk-tools/libfetch
Ariadne Conill 81d8d2b3f4 libfetch: use pkg-config to find openssl cflags
on mac, openssl is usually provided by Homebrew or some other third-party
package management system, which means pkg-config is needed to find it.

we already use pkg-config to find openssl when building apk itself.

ref #10794
2021-12-14 16:24:25 +00:00
..
Makefile libfetch: use pkg-config to find openssl cflags 2021-12-14 16:24:25 +00:00
common.c libfetch: fix http chunked mode handling 2021-08-03 21:33:49 +03:00
common.h libfetch: fix range checking for http/ftp protocol parsing 2021-07-26 14:43:14 +03:00
errlist.sh import libfetch-2.38 from NetBSD 2017-10-05 16:58:09 +03:00
fetch.3 import libfetch-2.38 from NetBSD 2017-10-05 16:58:09 +03:00
fetch.c libfetch: fix range checking for http/ftp protocol parsing 2021-07-26 14:43:14 +03:00
fetch.cat3 import libfetch-2.38 from NetBSD 2017-10-05 16:58:09 +03:00
fetch.h libfetch: Increase URL password length 2021-01-08 10:55:37 +02:00
file.c libfetch: remove unwanted code conditionals 2017-10-05 16:59:14 +03:00
ftp.c libfetch: fix range checking for http/ftp protocol parsing 2021-07-26 14:43:14 +03:00
ftp.errors import libfetch-2.38 from NetBSD 2017-10-05 16:58:09 +03:00
http.c libfetch: avoid use of strdupa GNU extension 2021-12-09 10:34:31 -06:00
http.errors import libfetch-2.38 from NetBSD 2017-10-05 16:58:09 +03:00
meson.build build: make sure to use helper scripts from git tree and not system 2020-10-09 16:09:19 +03:00
openssl-compat.c libfetch: improve openssl/libressl compatibility 2017-10-06 13:25:27 +03:00
openssl-compat.h libfetch: improve openssl/libressl compatibility 2017-10-06 13:25:27 +03:00