nixpkgs/pkgs/os-specific/linux/dpdk
Arthur Gautier 256c518a8a dpdk: fixup shared compilation
Dpdk build will default to static linking of its libraries if
`default_library` option is not specified. When shared is expected, we
should explicitely set the `default_library` option to `shared`.

This saves 586MB on the derivation output size:
```
95M	/nix/store/qydxxmcnh1w8yz58n36345kg3siimqip-dpdk-22.11.1
681M	/nix/store/pxvc5r3jvba1i96cma36akr7cnvnac3w-dpdk-22.11.1
```
2023-10-06 11:20:23 +02:00
..
default.nix dpdk: fixup shared compilation 2023-10-06 11:20:23 +02:00