[Midnightbsd-cvs] src [6901] trunk/usr.bin/perl/BSDmakefile: turn off gdbm from base perl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 29 20:58:23 EDT 2014
Revision: 6901
http://svnweb.midnightbsd.org/src/?rev=6901
Author: laffer1
Date: 2014-10-29 20:58:22 -0400 (Wed, 29 Oct 2014)
Log Message:
-----------
turn off gdbm from base perl
Modified Paths:
--------------
trunk/usr.bin/perl/BSDmakefile
Modified: trunk/usr.bin/perl/BSDmakefile
===================================================================
--- trunk/usr.bin/perl/BSDmakefile 2014-10-30 00:32:09 UTC (rev 6900)
+++ trunk/usr.bin/perl/BSDmakefile 2014-10-30 00:58:22 UTC (rev 6901)
@@ -26,7 +26,7 @@
CONFIGURE_ARGS= -des -Dprefix=/usr -Dsiteprefix=/usr/local -Dvendorprefix=/usr \
-Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 \
-Dmksymlinks -Dsrc=${SRCDIR} -Duse64bitint -Duseshrplib \
- -Dusethreads=y -Ulocincpth=''
+ -Dusethreads=y -Ulocincpth='' -Dusegdbm=n
.if !defined(TARGET_ARCH)
TARGET_ARCH!= /usr/bin/uname -p
More information about the Midnightbsd-cvs
mailing list