Change 31780 by [EMAIL PROTECTED] on 2007/09/01 08:10:11
Subject: [perl #45093] Can't find ODBM library while compiling 5.9.5
From: Clinton Gormley (via RT) <[EMAIL PROTECTED]>
Date: Fri, 31 Aug 2007 10:29:13 -0700
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/ext/ODBM_File/hints/linux.pl#2 edit
Differences ...
==== //depot/perl/ext/ODBM_File/hints/linux.pl#2 (text) ====
Index: perl/ext/ODBM_File/hints/linux.pl
--- perl/ext/ODBM_File/hints/linux.pl#1~17438~ 2002-07-09 06:48:44.000000000
-0700
+++ perl/ext/ODBM_File/hints/linux.pl 2007-09-01 01:10:11.000000000 -0700
@@ -1,3 +1,2 @@
# uses GDBM dbm compatibility feature - at least on SuSE 8.0
-$self->{LIBS} = ['-lgdbm'];
-
+$self->{LIBS} = ['-lgdbm -lgdbm_compat'];
End of Patch.