wok diff perl-net-pcap/receipt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
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	Sun Apr 10 07:48:27 2022 +0100
     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 &&