curl: fix static build

This commit is contained in:
DavHau 2021-03-23 12:18:09 +07:00
parent fe8a3be365
commit 6b774d4ff6

View file

@ -107,6 +107,11 @@ in {
# --disable-shared flag
stdenv = super.stdenv;
};
curl = super.curl.override {
brotliSupport = false;
# disable gss becuase of: undefined reference to `k5_bcmp'
gssSupport = false;
};
perl = super.perl.override {
# Dont use new stdenv zlib because
# it doesnt like the --disable-shared flag