Merge pull request #330314 from ExpidusOS/fix/pkgsllvm/strace

strace: fix building with llvm
This commit is contained in:
❄️ 2024-07-28 11:47:58 -03:00 committed by GitHub
commit 29a6f568d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
# -kk
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform elfutils) elfutils;
configureFlags = [ "--enable-mpers=check" ];
configureFlags = [ "--enable-mpers=check" ]
++ lib.optional stdenv.cc.isClang "CFLAGS=-Wno-unused-function";
passthru.updateScript = gitUpdater {
# No nicer place to find latest release.