diff options
author | Clinton Gormley <unknown> | 2007-08-31 03:29:13 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-01 08:10:11 +0000 |
commit | eca0f6fabaf8ddbf28e36ef605db8da8dd2a87ab (patch) | |
tree | bb832ae11054556ba3dccff30034a24f9fddcc77 /ext/ODBM_File | |
parent | f18deeb9b59cda663e9ec1025829a38e0553d38b (diff) | |
download | perl-eca0f6fabaf8ddbf28e36ef605db8da8dd2a87ab.tar.gz |
[perl #45093] Can't find ODBM library while compiling 5.9.5
From: Clinton Gormley (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-10743-1188581353-593.45093-75-0@perl.org>
p4raw-id: //depot/perl@31780
Diffstat (limited to 'ext/ODBM_File')
-rw-r--r-- | ext/ODBM_File/hints/linux.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/ODBM_File/hints/linux.pl b/ext/ODBM_File/hints/linux.pl index 29f0688cdc..9271b45f71 100644 --- a/ext/ODBM_File/hints/linux.pl +++ b/ext/ODBM_File/hints/linux.pl @@ -1,3 +1,2 @@ # uses GDBM dbm compatibility feature - at least on SuSE 8.0 -$self->{LIBS} = ['-lgdbm']; - +$self->{LIBS} = ['-lgdbm -lgdbm_compat']; |