Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32510 | Differences between
and this patch

Collapse All | Expand All

(-)perl-5.8.2/ext/NDBM_File/hints/linux.pl.orig (-1 / +1 lines)
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
$self->{LIBS} = ['-lgdbm -lgdbm_compat'] if $Config{libs} =~ /(?:^|\s)-lgdbm(?:\s|$)/;

Return to bug 32510