public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/olsrd/
Date: Fri,  3 Dec 2021 02:22:51 +0000 (UTC)	[thread overview]
Message-ID: <1638498141.1ad21549d28eefca927be1c89f935ff31d86875e.sam@gentoo> (raw)

commit:     1ad21549d28eefca927be1c89f935ff31d86875e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  3 02:22:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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


             reply	other threads:[~2021-12-03  2:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03  2:22 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 11:21 [gentoo-commits] repo/gentoo:master commit in: net-misc/olsrd/ Arthur Zamarin
2025-03-08 11:20 Sam James
2024-11-19 15:11 Sam James
2024-10-26 21:02 Andreas K. Hüttel
2023-10-10  5:53 Joonas Niilola
2023-10-10  5:53 Joonas Niilola
2022-10-05 11:35 Sam James
2021-11-11 10:24 Jakov Smolić
2021-11-11  8:36 Jakov Smolić
2021-10-09  4:30 Sam James
2021-03-21  8:24 Joonas Niilola
2019-10-10  7:55 Jeroen Roovers
2019-08-11 10:06 Jeroen Roovers
2019-03-16 10:21 Jeroen Roovers
2017-08-29 22:54 Jeroen Roovers
2017-08-29 21:39 Thomas Deutschmann
2017-08-26  8:42 Mikle Kolyada
2017-03-06 15:57 Jeroen Roovers
2016-12-29  8:05 Aaron Bauman
2016-01-21 10:30 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1638498141.1ad21549d28eefca927be1c89f935ff31d86875e.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox