Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 91B1D63B8BC for ; Thu, 15 Apr 2010 22:25:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4082963B18C; Thu, 15 Apr 2010 22:25:12 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6725263B10C for ; Thu, 15 Apr 2010 22:25:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 55D91175DF; Thu, 15 Apr 2010 22:25:11 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 15 Apr 2010 22:25:11 +0000 From: Matthias Scheler Subject: CVS commit: pkgsrc/pkgtools/pkg_install To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20100415222511.55D91175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tron Date: Thu Apr 15 22:25:11 UTC 2010 Modified Files: pkgsrc/pkgtools/pkg_install: Makefile Log Message: Link using the "-search_paths_first" option under Mac OS X to make sure that the linker uses our static "libarchive.a" instead of the outdated dynamic library "/usr/lib/libarchive.dylib". To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 pkgsrc/pkgtools/pkg_install/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.