squid: enable parallel building

This commit is contained in:
Martin Weinelt 2022-09-30 19:28:48 +02:00 committed by ehmry
parent 5427faad32
commit c1ec1f33b6

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
perl openldap db cyrus_sasl expat libxml2 openssl
] ++ lib.optionals stdenv.isLinux [ libcap pam systemd ];
enableParallelBuilding = true;
configureFlags = [
"--enable-ipv6"
"--disable-strict-error-checking"