forked from pool/perl-Net-Pcap
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Pcap?expand=0&rev=3
11 lines
300 B
Diff
11 lines
300 B
Diff
--- 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 @@
|
|
cygwin_pcap_headers();
|
|
}
|
|
else {
|
|
- $options{CCFLAGS} = '-Wall -Wwrite-strings' if $Config{ccname} eq 'gcc' and $] >= 5.006;
|
|
$options{LIBS} = '-lpcap';
|
|
}
|
|
|