From 436a9cd5174bae21d720ee27d00190c90844c350 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 22 Jun 2016 08:07:11 +0000 Subject: Disable maintainer mode here as well. --- bootstrap/bootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 7af282fa274..e6add876f18 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.230 2016/04/10 16:18:45 joerg Exp $ +# $NetBSD: bootstrap,v 1.231 2016/06/22 08:07:11 joerg Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1206,7 +1206,8 @@ CPPFLAGS='$CPPFLAGS -I${wrkdir}/libnbcompat -I${wrkdir}/libarchive/libarchive' \ LDFLAGS='$LDFLAGS -L${wrkdir}/libnbcompat' \ LIBS='$LIBS -lnbcompat' $shprog ./configure $configure_quiet_flags -C \ --enable-bootstrap --prefix=$prefix --sysconfdir=$sysconfdir \ ---with-pkgdbdir=$pkgdbdir --infodir=$infodir --mandir=$mandir $pkg_install_args && \ +--disable-maintainer-mode --with-pkgdbdir=$pkgdbdir --infodir=$infodir \ +--mandir=$mandir $pkg_install_args && \ STATIC_LIBARCHIVE=$wrkdir/libarchive/.libs/libarchive.a \ PKGSRC_MACHINE_ARCH="$machine_arch" $bmake $make_quiet_flags -j$make_jobs)" run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/add/pkg_add $wrkdir/sbin/pkg_add" -- cgit v1.2.3