Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504958
Collapse All | Expand All

(-)a/Makefile.PL (-2 / +1 lines)
Lines 22-28 elsif ($^O eq 'cygwin') { Link Here
22
    cygwin_pcap_headers();
22
    cygwin_pcap_headers();
23
}
23
}
24
else {
24
else {
25
    $options{CCFLAGS} = '-Wall -Wwrite-strings' if $Config{ccname} eq 'gcc' and $] >= 5.006;
25
    $options{CCFLAGS} = $Config{ccflags} . ' -Wall -Wwrite-strings' if $Config{ccname} eq 'gcc' and $] >= 5.006;
26
    $options{LIBS}    = '-lpcap';
26
    $options{LIBS}    = '-lpcap';
27
}
27
}
28
28
29
- 

Return to bug 504958