From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7112715800F for ; Mon, 13 Feb 2023 05:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7904DE076B; Mon, 13 Feb 2023 05:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60866E076B for ; Mon, 13 Feb 2023 05:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71D9F335D76 for ; Mon, 13 Feb 2023 05:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EA387D0 for ; Mon, 13 Feb 2023 05:26:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676265845.d1a646983084f3c5b82e67ee73e77e17a73dcdd6.sam@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: / X-VCS-Repository: proj/pax-utils X-VCS-Files: lddtree.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d1a646983084f3c5b82e67ee73e77e17a73dcdd6 X-VCS-Branch: master Date: Mon, 13 Feb 2023 05:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef651381-c529-4677-9547-c35c19e08193 X-Archives-Hash: f4a8e46453070996e3e5c0a8bbe5c161 commit: d1a646983084f3c5b82e67ee73e77e17a73dcdd6 Author: Frederic Cambus statdns com> AuthorDate: Sat Feb 11 09:46:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 13 05:24:05 2023 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=d1a64698 lddtree: allow lddtree.sh to find Xenocara libraries on OpenBSD. Signed-off-by: Sam James gentoo.org> lddtree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lddtree.sh b/lddtree.sh index 5271dae..c964ed6 100755 --- a/lddtree.sh +++ b/lddtree.sh @@ -45,7 +45,7 @@ elf_specs() { sed -E 's: (LINUX|GNU)$: NONE:' } -lib_paths_fallback="${ROOT}lib* ${ROOT}usr/lib* ${ROOT}usr/local/lib*" +lib_paths_fallback="${ROOT}lib* ${ROOT}usr/lib* ${ROOT}usr/local/lib* ${ROOT}usr/X11R6/lib*" c_ldso_paths_loaded='false' find_elf() { _find_elf=''