Disable maintainer mode here as well.
This commit is contained in:
parent
c2acada9ae
commit
ceb082dd63
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue