mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
linuxPackages.odp-dpdk: fix build
https://hydra.nixos.org/build/109478283
This commit is contained in:
parent
5c0d3d9050
commit
640088aa89
@ -34,6 +34,8 @@ in stdenv.mkDerivation rec {
|
||||
jansson
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=address-of-packed-member" ];
|
||||
|
||||
# for some reason, /build/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs ends up in all binaries,
|
||||
# while it should be $out/lib instead.
|
||||
# prepend rpath with the proper location, the /build will get removed during rpath shrinking
|
||||
|
Loading…
Reference in New Issue
Block a user