libpcap: move dev things to extra output#170415
libpcap: move dev things to extra output#170415SuperSandro2000 merged 1 commit intoNixOS:stagingfrom
Conversation
|
|
fe975f1 to
4f98bc1
Compare
|
Done |
4f98bc1 to
c96b21c
Compare
|
I am looking into that. |
|
I don't think libpcap has proper support for multiple outputs and instead of patching every user I am going to revert this PR. |
|
That is weird, both the |
|
Yeah, e.g. in pmacct, we are explicitly setting incorrect header directory: Even though the project should be able to find it automatically: |
|
tcpreplay assumes that the header files and libs are relative to each other https://github.com/appneta/tcpreplay/blob/master/configure.ac#L650-L677= I don't really want to patch every user of libpcap or do I have the time right now. |
|
Even that should support pcap-config: https://github.com/appneta/tcpreplay/blob/09f07748dcabe3d58961f123f31dd0f75198a389/configure.ac?rgh-link-date=2022-05-16T19%3A48%3A02Z#L500-L501 It does not look like the packages are especially critical so we could leave them for ZHF or their maintainers to fix them. |
|
It's not visible here, but I merged the revert PR #173297 in the meantime. |
Description of changes
@jtojnar I wanted to move things to
devoutput but that causes a reference loop betweenbin/pcap-configand the other dev things. Should I move the script to dev, too or leave it like it is?Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes