projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18deeb
)
[perl #45093] Can't find ODBM library while compiling 5.9.5
author
Clinton Gormley
<unknown>
Fri, 31 Aug 2007 10:29:13 +0000
(
03:29
-0700)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sat, 1 Sep 2007 08:10:11 +0000
(08:10 +0000)
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
patch
|
blob
|
history
diff --git
a/ext/ODBM_File/hints/linux.pl
b/ext/ODBM_File/hints/linux.pl
index
29f0688
..
9271b45
100644
(file)
--- 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'];