mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
libmicrohttpd: enable parallel building
This commit is contained in:
@@ -31,6 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libintl
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preCheck = ''
|
||||
# Since `localhost' can't be resolved in a chroot, work around it.
|
||||
sed -i -e 's/localhost/127.0.0.1/g' src/test*/*.[ch]
|
||||
|
||||
Reference in New Issue
Block a user