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 8558B158086 for ; Fri, 3 Dec 2021 02:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF30E07C5; Fri, 3 Dec 2021 02:22:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 12FC6E07C5 for ; Fri, 3 Dec 2021 02:22:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CC8C234316B for ; Fri, 3 Dec 2021 02:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E2B1AD for ; Fri, 3 Dec 2021 02:22:51 +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: <1638498141.1ad21549d28eefca927be1c89f935ff31d86875e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/olsrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild X-VCS-Directories: net-misc/olsrd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ad21549d28eefca927be1c89f935ff31d86875e X-VCS-Branch: master Date: Fri, 3 Dec 2021 02:22:51 +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: d1bf0c93-155f-4865-8d2c-f2727ffb203a X-Archives-Hash: fe51e1a485f6195b8fbb103008c7b026 commit: 1ad21549d28eefca927be1c89f935ff31d86875e Author: Sam James gentoo org> AuthorDate: Fri Dec 3 02:22:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 3 02:22:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad21549 net-misc/olsrd: don't call ldconfig (fix musl install) We already call ldconfig post-emerge and -n is not implemented in our musl ldconfig wrapper/script/implementation. Closes: https://bugs.gentoo.org/715392 Signed-off-by: Sam James gentoo.org> net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild b/net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild index 3feebde88006..ebcdd8a89db8 100644 --- a/net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild +++ b/net-misc/olsrd/olsrd-0.9.8_p20210612.ebuild @@ -80,12 +80,14 @@ src_compile() { } src_install() { + # See bug #715392 re LDCONFIG emake \ DESTDIR="${D}" \ DOCDIR_OLSRD="${D}/usr/share/doc/${PF}" \ LIBDIR="${D}/usr/$(get_libdir)/${PN}" \ OS=linux \ STRIP=true \ + LDCONFIG=true \ install_all if use gtk; then