libmicrohttpd: Don't enable some expensive features by default
Commit c5d13d4fe9 caused libmicrohttpd
to be not so micro anymore, increasing its closure size from 40 MiB to
283 MiB, which is annoying for packages like systemd that use it. So
don't enable httpd/spdy support by default.
This commit is contained in:
@@ -6763,7 +6763,10 @@ let
|
||||
|
||||
libmemcached = callPackage ../development/libraries/libmemcached { };
|
||||
|
||||
libmicrohttpd = callPackage ../development/libraries/libmicrohttpd { };
|
||||
libmicrohttpd = callPackage ../development/libraries/libmicrohttpd {
|
||||
openssl = null;
|
||||
gnutls = null;
|
||||
};
|
||||
|
||||
libmikmod = callPackage ../development/libraries/libmikmod { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user