mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
256c518a8a
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 ``` |
||
---|---|---|
.. | ||
default.nix |