pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap p.spek%tyil.nl@localhost had specifically said to _sin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/761dc6f94e5c
branches:  trunk
changeset: 373218:761dc6f94e5c
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Feb 08 19:18:07 2022 +0000

description:
p.spek%tyil.nl@localhost had specifically said to _single_-quote the output of
extra_libarchive_depends(). Oops. Now that the problem has bitten me (on
Manjaro ARM), I can attest that single-quoting fixes it. Sorry, tyil,
and thanks again!

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r f2887a87db61 -r 761dc6f94e5c bootstrap/bootstrap
--- a/bootstrap/bootstrap       Tue Feb 08 17:19:50 2022 +0000
+++ b/bootstrap/bootstrap       Tue Feb 08 19:18:07 2022 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.306 2021/12/28 10:13:01 nia Exp $
+# $NetBSD: bootstrap,v 1.307 2022/02/08 19:18:07 schmonz Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1316,7 +1316,7 @@
 --with-pkgdbdir=$pkgdbdir --infodir=$infodir \
 --mandir=$mandir $pkg_install_args && \
 STATIC_LIBARCHIVE=$wrkdir/libarchive/.libs/libarchive.a \
-STATIC_LIBARCHIVE_LDADD="`extra_libarchive_depends`" \
+STATIC_LIBARCHIVE_LDADD='`extra_libarchive_depends`' \
 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"
 run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/admin/pkg_admin $wrkdir/sbin/pkg_admin"



Home | Main Index | Thread Index | Old Index