From: Perl 5 Porters Date: Thu, 8 Feb 1996 00:35:44 +0000 (+0000) Subject: Allow Configure to look for libndbm. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ca047c284308353177c0acd188f59d5305a6440;p=p5sagit%2Fp5-mst-13.2.git Allow Configure to look for libndbm. --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 626d069..2c3126d 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -88,10 +88,10 @@ fi # -ldbm is obsolete and should not be used # -lBSD contains BSD-style duplicates of SVR4 routines that cause confusion # -lPW is obsolete and should not be used -# Although -lndbm should be included, it will make perl blow up if you should -# copy the binary to a system without libndbm.sl. # The libraries crypt, malloc, ndir, and net are empty. -set `echo " $libswanted " | sed -e 's@ ndbm @ @' -e 's@ ld @ @' -e 's@ dbm @ @' -e 's@ BSD @ @' -e 's@ PW @ @'` +# Although -lndbm should be included, it will make perl blow up if you should +# copy the binary to a system without libndbm.sl. See ccdlflags below. +set `echo " $libswanted " | sed -e 's@ ld @ @' -e 's@ dbm @ @' -e 's@ BSD @ @' -e 's@ PW @ @'` libswanted="$*" # If you copy the perl binaries to other systems and the dynamic loader