[Midnightbsd-cvs] src [12051] trunk/contrib/perl/Configure: remove gdbm from libswanted for configure
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 16 13:52:14 EDT 2018
Revision: 12051
http://svnweb.midnightbsd.org/src/?rev=12051
Author: laffer1
Date: 2018-09-16 13:52:13 -0400 (Sun, 16 Sep 2018)
Log Message:
-----------
remove gdbm from libswanted for configure
Modified Paths:
--------------
trunk/contrib/perl/Configure
Modified: trunk/contrib/perl/Configure
===================================================================
--- trunk/contrib/perl/Configure 2018-09-15 00:32:20 UTC (rev 12050)
+++ trunk/contrib/perl/Configure 2018-09-16 17:52:13 UTC (rev 12051)
@@ -1497,7 +1497,7 @@
usereentrant='undef'
: List of libraries we want.
: If anyone needs extra -lxxx, put those in a hint file.
-libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld"
+libswanted="cl pthread socket bind inet nsl ndbm dbm db malloc dl ld"
libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
: We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
More information about the Midnightbsd-cvs
mailing list