wok-current diff perl-net-pcap/receipt @ rev 24661

updated ii (1.6 -> 1.9)
author Hans-G?nter Theisgen
date Fri Mar 11 13:28:05 2022 +0100 (2022-03-11)
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	Fri Mar 11 13:28:05 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 &&