From: Jarkko Hietaniemi Date: Fri, 4 May 2001 03:29:34 +0000 (+0000) Subject: Remove GDBM_File from the dynamic extensions for UTS, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fe8d2e8314631c2b5e8a8be5e18a7e8e72e4cd8;p=p5sagit%2Fp5-mst-13.2.git Remove GDBM_File from the dynamic extensions for UTS, GDBM is not a standard feature. p4raw-id: //depot/perl@9984 --- diff --git a/hints/uts.sh b/hints/uts.sh index 5882e2b..bd13597 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -14,5 +14,5 @@ libs='-lsocket -lnsl -ldl -lm' optimize='undef' prefix='psf_prefix' static_ext='none' -dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter/Util/Call GDBM_File IO List/Util MIME/Base64 Opcode PerlIO/Scalar POSIX Socket Storable Time/HiRes Time/Piece attrs re' +dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter/Util/Call IO List/Util MIME/Base64 Opcode PerlIO/Scalar POSIX Socket Storable Time/HiRes Time/Piece attrs re' useshrplib='define'