mcfgthreads: enable cross-compiling on Darwin
using -Werror is problematic in general, remove for all platforms fixes #97214
This commit is contained in:
parent
50dd350c4c
commit
8ad96b7786
@ -18,6 +18,10 @@ stdenv.mkDerivation {
|
|||||||
rm -r "$sourceRoot/debug" "$sourceRoot/release"
|
rm -r "$sourceRoot/debug" "$sourceRoot/release"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile.am --replace '-Werror' ''
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user