libmicrohttpd: enable parallel building

This commit is contained in:
Sergei Trofimovich
2025-07-23 21:30:10 +01:00
parent 68369330d5
commit eb79e38026

View File

@@ -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]