diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-04 03:29:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-04 03:29:34 +0000 |
commit | 1fe8d2e8314631c2b5e8a8be5e18a7e8e72e4cd8 (patch) | |
tree | b576b9689f36c5da103db731917e2b553f52c3cb /hints | |
parent | 98f22ffc44bf9f52e28c7b1406e69c58dcd67835 (diff) | |
download | perl-1fe8d2e8314631c2b5e8a8be5e18a7e8e72e4cd8.tar.gz |
Remove GDBM_File from the dynamic extensions for UTS,
GDBM is not a standard feature.
p4raw-id: //depot/perl@9984
Diffstat (limited to 'hints')
-rw-r--r-- | hints/uts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uts.sh b/hints/uts.sh index 5882e2bcc4..bd13597863 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' |