mpir: fix configure with gcc-14 (#361904)
This commit is contained in:
@@ -20,6 +20,12 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/wbhart/mpir/commit/bbc43ca6ae0bec4f64e69c9cd4c967005d6470eb.patch";
|
||||
hash = "sha256-vW+cDK5Hq2hKEyprOJaNbj0bT2FJmMcyZHPE8GUNUWc=";
|
||||
})
|
||||
# https://github.com/wbhart/mpir/pull/299
|
||||
(fetchpatch {
|
||||
name = "gcc-14-fixes.patch";
|
||||
url = "https://github.com/wbhart/mpir/commit/4ff3b770cbf86e29b75d12c13e8b854c74bccc5a.patch";
|
||||
hash = "sha256-dCB2+1IYTGzHUQkDUF4gqvR1xoMPEYVPLGE+EP2wLL4=";
|
||||
})
|
||||
];
|
||||
|
||||
configureFlags = [ "--enable-cxx" ]
|
||||
|
||||
Reference in New Issue
Block a user