[Midnightbsd-cvs] src [9627] stable/0.9/contrib/perl/Configure: try to avoid gdbm

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 6 14:10:12 EDT 2017


Revision: 9627
          http://svnweb.midnightbsd.org/src/?rev=9627
Author:   laffer1
Date:     2017-10-06 14:10:11 -0400 (Fri, 06 Oct 2017)
Log Message:
-----------
try to avoid gdbm

Modified Paths:
--------------
    stable/0.9/contrib/perl/Configure

Modified: stable/0.9/contrib/perl/Configure
===================================================================
--- stable/0.9/contrib/perl/Configure	2017-10-06 18:09:26 UTC (rev 9626)
+++ stable/0.9/contrib/perl/Configure	2017-10-06 18:10:11 UTC (rev 9627)
@@ -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