From 585797f0c036869c8a9841f99388bc9ede51823a Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 4 Feb 2009 07:44:58 +0000 Subject: 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. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 647c0902552..879857317fb 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -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 @@ bmake="$wrkdir/bin/bmake $make_quiet_flags" # 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 -- cgit v1.2.3