diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2008-05-13 08:28:45 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-05-17 14:29:24 +0000 |
commit | a33f2d9ff72e8b22b6fbbee1f295dee14d2436b5 (patch) | |
tree | de1a5ae1b5e3d24819b3e4aa7c6597c728888ca9 /hints/linux.sh | |
parent | 8f68b0e60604edea3283f325254c4d22deb7f5e1 (diff) | |
download | perl-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/linux.sh')
-rw-r--r-- | hints/linux.sh | 3 |
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.) |