pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Feb  8 19:18:07 UTC 2022

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.306 pkgsrc/bootstrap/bootstrap:1.307
--- pkgsrc/bootstrap/bootstrap:1.306    Tue Dec 28 10:13:01 2021
+++ pkgsrc/bootstrap/bootstrap  Tue Feb  8 19:18:07 2022
@@ -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 @@ LIBS='$LIBS -lnbcompat' $shprog ./config
 --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