Merge pull request #146982 from trofi/fix-advancecomp-for-gcc-11
advancecomp: pull upstream patch for gcc-11 support
This commit is contained in:
commit
6dfdb123ca
@ -26,6 +26,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0cdv9g87c1y8zwhqkd9ba2zjw4slcvg7yzcqv43idvnwb5fl29n7";
|
sha256 = "0cdv9g87c1y8zwhqkd9ba2zjw4slcvg7yzcqv43idvnwb5fl29n7";
|
||||||
excludes = [ "doc/history.d" ];
|
excludes = [ "doc/history.d" ];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Pull upstream fix for gcc-11:
|
||||||
|
(fetchpatch {
|
||||||
|
name = "gcc-11.patch";
|
||||||
|
url = "https://github.com/amadvance/advancecomp/commit/7b08f7a2af3f66ab95437e4490499cebb20e5e41.patch";
|
||||||
|
sha256 = "0gpppq6b760m1429g7d808ipdgb4lrqc1b6xk2457y66pbaiwc9s";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
# autover.sh relies on 'git describe', which obviously doesn't work as we're not cloning
|
# autover.sh relies on 'git describe', which obviously doesn't work as we're not cloning
|
||||||
|
Loading…
Reference in New Issue
Block a user