summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg>2016-06-22 08:07:11 +0000
committerjoerg <joerg>2016-06-22 08:07:11 +0000
commit436a9cd5174bae21d720ee27d00190c90844c350 (patch)
tree879c4872e70525941200f19e7aadd7b69a1075cf /bootstrap
parent32f49192547b17ff85f13b64d95003448f0218cc (diff)
downloadpkgsrc-436a9cd5174bae21d720ee27d00190c90844c350.tar.gz
Disable maintainer mode here as well.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap5
1 files changed, 3 insertions, 2 deletions
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 <agc@NetBSD.org>
# 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"