wok diff perl-net-pcap/receipt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | be4f6d921ef0 |
children | b27d8c263cba |
line diff
1.1 --- a/perl-net-pcap/receipt Sun Jan 02 07:38:44 2022 +0100 1.2 +++ b/perl-net-pcap/receipt Mon Jun 06 10:49:51 2022 +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 &&