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

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- ext/NDBM_File/hints/linux.pl 2001-07-02 20:22:18 +0000
0
++ ext/NDBM_File/hints/linux.pl 2004-05-21 22:05:18 +0000
Lines 3-6 Link Here
3
# (no null key support)
3
# (no null key support)
4
# Jonathan Stowe <gellyfish@gellyfish.com>
4
# Jonathan Stowe <gellyfish@gellyfish.com>
5
use Config;
5
use Config;
6
$self->{LIBS} = ['-lgdbm'] if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;
6
use ExtUtils::Liblist;
7
($self->{LIBS}) = ExtUtils::Liblist->ext('-lgdbm -lgdbm_compat')
8
 if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;

Return to bug 52660