summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2008-05-13 08:28:45 -0400
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-05-17 14:29:24 +0000
commita33f2d9ff72e8b22b6fbbee1f295dee14d2436b5 (patch)
treede1a5ae1b5e3d24819b3e4aa7c6597c728888ca9 /hints
parent8f68b0e60604edea3283f325254c4d22deb7f5e1 (diff)
downloadperl-a33f2d9ff72e8b22b6fbbee1f295dee14d2436b5.tar.gz
Re: [perl #50180] NDBM_File fails to build
Message-ID: <Pine.LNX.4.64.0805131224130.9728@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@33845
Diffstat (limited to 'hints')
-rw-r--r--hints/linux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index af73cc8411..220e6a002e 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -54,6 +54,9 @@ set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ net / /' -e 's/ bind / /'
shift
libswanted="$*"
+# Debian 4.0 puts ndbm in the -lgdbm_compat library.
+libswanted="$libswanted gdbm_compat"
+
# If you have glibc, then report the version for ./myconfig bug reporting.
# (Configure doesn't need to know the specific version since it just uses
# gcc to load the library for all tests.)