wok-6.x diff perl-net-pcap/receipt @ rev 25565
Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue May 09 17:24:00 2023 +0000 (19 months ago) |
parents | be4f6d921ef0 |
children |
line diff
1.1 --- a/perl-net-pcap/receipt Sun Jan 02 07:38:44 2022 +0100 1.2 +++ b/perl-net-pcap/receipt Tue May 09 17:24:00 2023 +0000 1.3 @@ -24,8 +24,9 @@ 1.4 compile_rules() 1.5 { 1.6 # libpcap 1.9.0 update 1.7 - sed '/pcap_samp {/{NNNNNNNNNd};/pcap_rmtauth {/{NNNNd}' -i stubs.inc 1.8 - sed 's|cpp_defines(@funcs)|&. "-DHAVE_PCAP_SETSAMPLING"|' -i Makefile.PL 1.9 +# sed '/pcap_samp {/{NNNNNNNNNd};/pcap_rmtauth {/{NNNNd}' -i stubs.inc 1.10 +# sed 's|cpp_defines(@funcs)|&. "-DHAVE_PCAP_SETSAMPLING"|' -i Makefile.PL 1.11 + # no longer needed with libpcap-1.9.1 1.12 1.13 perl Makefile.PL && 1.14 make &&