summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2000-10-14 14:37:49 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-14 14:24:50 +0000
commiteedaba540bbd9967b7e1fdfd27b4f76617a87c00 (patch)
tree04934ebf48eb056d7e68a7bc4180248d4841e545 /pod/perldelta.pod
parent0835f758e44dae76a019bebad8282087f6c90385 (diff)
downloadperl-eedaba540bbd9967b7e1fdfd27b4f76617a87c00.tar.gz
Needs to be conditional on SunOS 4.
Subject: [Pach 5.7.0@7229] Removing -ldb from the core build Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com> p4raw-id: //depot/perl@7230
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7c21f5fd3a..4c2da90c9d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -376,6 +376,12 @@ $Config{byteorder} is now computed dynamically (this is more robust
with "fat binaries" where an executable image contains binaries for
more than one binary platform.)
+=item *
+
+Configure no longer included the DBM libraries (dbm, gdbm, db, ndbm)
+when building the Perl binary. The only exception to this is SunOS 4.x,
+which needs them.
+
=back
=head1 Selected Bug Fixes