[perl #45093] Can't find ODBM library while compiling 5.9.5
Clinton Gormley [Fri, 31 Aug 2007 10:29:13 +0000 (03:29 -0700)]
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

ext/ODBM_File/hints/linux.pl

index 29f0688..9271b45 100644 (file)
@@ -1,3 +1,2 @@
 # uses GDBM dbm compatibility feature - at least on SuSE 8.0
-$self->{LIBS} = ['-lgdbm'];
-
+$self->{LIBS} = ['-lgdbm -lgdbm_compat'];