pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Make life easier and pull in bdb and getopt ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec6d57c5b426
branches:  trunk
changeset: 553946:ec6d57c5b426
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 04 07:44:58 2009 +0000

description:
Make life easier and pull in bdb and getopt for the initial build during
the bootstrap as well. Fixes the remainining part of PR 40544.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c4ebdc5623d4 -r ec6d57c5b426 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Feb 04 07:07:18 2009 +0000
+++ b/bootstrap/bootstrap       Wed Feb 04 07:44:58 2009 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.139 2009/02/02 13:01:29 joerg Exp $
+# $NetBSD: bootstrap,v 1.140 2009/02/04 07:44:58 joerg Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -890,7 +890,7 @@
 # build libnbcompat
 echo_msg "Building libnbcompat"
 copy_src $pkgsrcdir/pkgtools/libnbcompat/files libnbcompat
-run_cmd "(cd $wrkdir/libnbcompat; $shprog ./configure $configure_quiet_flags -C --prefix=$prefix --mandir=$mandir --sysconfdir=$sysconfdir && $bmake $make_quiet_flags)"
+run_cmd "(cd $wrkdir/libnbcompat; $shprog ./configure $configure_quiet_flags -C --prefix=$prefix --mandir=$mandir --sysconfdir=$sysconfdir --enable-bsd-getopt --enable-db && $bmake 
$make_quiet_flags)"
 
 # bootstrap ksh if necessary
 case "$need_ksh" in



Home | Main Index | Thread Index | Old Index