pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap In preparation for the libarchivification of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8b9713e844d
branches: trunk
changeset: 531631:c8b9713e844d
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Aug 03 11:54:31 2007 +0000
description:
In preparation for the libarchivification of pkg_create, pass down
--enable-bootstrap to pkg_install's configure for the first build phase.
diffstat:
bootstrap/bootstrap | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 4ddf925e1677 -r c8b9713e844d bootstrap/bootstrap
--- a/bootstrap/bootstrap Fri Aug 03 11:53:27 2007 +0000
+++ b/bootstrap/bootstrap Fri Aug 03 11:54:31 2007 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.103 2007/07/31 14:31:27 joerg Exp $
+# $NetBSD: bootstrap,v 1.104 2007/08/03 11:54:31 joerg Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -822,8 +822,8 @@
CPPFLAGS='$CPPFLAGS -I../libnbcompat -I../../libnbcompat' \
LDFLAGS='$LDFLAGS -L../libnbcompat -L../../libnbcompat' \
LIBS='-lnbcompat' $shprog ./configure $configure_quiet_flags -C \
---prefix=$prefix --sysconfdir=$sysconfdir --with-pkgdbdir=$pkgdbdir \
---mandir=$mandir $pkg_install_args && $bmake)"
+--enable-bootstrap --prefix=$prefix --sysconfdir=$sysconfdir \
+--with-pkgdbdir=$pkgdbdir --mandir=$mandir $pkg_install_args && $bmake)"
run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/admin/pkg_admin $wrkdir/sbin/pkg_admin"
run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/create/pkg_create $wrkdir/sbin/pkg_create"
run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/info/pkg_info $wrkdir/sbin/pkg_info"
Home |
Main Index |
Thread Index |
Old Index