mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
Merge pull request #320433 from ExpidusOS/fix/pkgsllvm/libnftnl
libnftnl: fix version script with lld 17+
This commit is contained in:
commit
4f279552c6
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-zurqLNkhR9oZ8To1p/GkvCdn/4l+g45LR5z1S1nHd/Q=";
|
||||
};
|
||||
|
||||
configureFlags = lib.optional (stdenv.cc.bintools.isLLVM && lib.versionAtLeast stdenv.cc.bintools.version "17") "LDFLAGS=-Wl,--undefined-version";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libmnl ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user