8
0
forked from pool/perl-Net-Pcap
Stephan Kulow
2013-08-01 09:23:58 +00:00
committed by Git OBS Bridge
parent 78858a93c4
commit 88fa316a08

View File

@@ -1,10 +1,13 @@
--- Makefile.PL.orig 2011-12-16 07:09:06.919216001 +0100
+++ Makefile.PL 2011-12-16 07:09:15.081216001 +0100
@@ -22,7 +22,6 @@
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{CCFLAGS} = "-Wall -Wwrite-strings"
- if $Config{ccname} eq "gcc" and $] >= 5.006;
$options{LIBS} = '-lpcap';
}