forked from pool/perl-Net-Pcap
14 lines
392 B
Diff
14 lines
392 B
Diff
Index: Net-Pcap-0.17/Makefile.PL
|
|
===================================================================
|
|
--- Net-Pcap-0.17.orig/Makefile.PL
|
|
+++ Net-Pcap-0.17/Makefile.PL
|
|
@@ -22,8 +22,6 @@ elsif ($^O eq 'cygwin') {
|
|
cygwin_pcap_headers();
|
|
}
|
|
else {
|
|
- $options{CCFLAGS} = "-Wall -Wwrite-strings"
|
|
- if $Config{ccname} eq "gcc" and $] >= 5.006;
|
|
$options{LIBS} = '-lpcap';
|
|
}
|
|
|