From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/
Date: Tue, 28 Dec 2021 15:29:43 +0000 (UTC) [thread overview]
Message-ID: <1640705335.f7fb3c000689f3cd63cb8e3af8fb60b6088996d7.grobian@gentoo> (raw)
commit: f7fb3c000689f3cd63cb8e3af8fb60b6088996d7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 15:28:55 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 15:28:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f7fb3c00
sys-apps/coreutils-9.0: fix/update stdbuf darwin bootstrap workaround
Package-Manager: Portage-3.0.21-prefix, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sys-apps/coreutils/coreutils-9.0-r2.ebuild | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/sys-apps/coreutils/coreutils-9.0-r2.ebuild b/sys-apps/coreutils/coreutils-9.0-r2.ebuild
index 5d2550bf69..1774109986 100644
--- a/sys-apps/coreutils/coreutils-9.0-r2.ebuild
+++ b/sys-apps/coreutils/coreutils-9.0-r2.ebuild
@@ -84,16 +84,16 @@ src_prepare() {
# fixup libstdbuf non-libtool stuff
if [[ ${CHOST} == *-darwin* ]] ; then
- if [[ ${CHOST} == *-darwin9* ]] ; then
- # we need replacement libs from libcoreutils.a here in order
- # to finish the linking
- sed -i \
- -e "/src_libstdbuf_so_LDADD/s:$: lib/libcoreutils.a:" \
- Makefile.in \
- || die
- # and we need serial building :(
- export MAKEOPTS+=" -j1"
- fi
+ # we need replacement libs from libcoreutils.a here in order
+ # to finish the linking (they try to avoid this, but it doesn't
+ # during bootstrap, a re-install is fine though)
+ sed -i \
+ -e "/src_libstdbuf_so_LDADD/s:$: lib/libcoreutils.a:" \
+ Makefile.in \
+ || die
+ # and we need serial building :(
+ export MAKEOPTS+=" -j1"
+ # set a proper install_name
sed -i \
-e "/src_libstdbuf_so_LDFLAGS = -shared/s:-shared:-dynamiclib -install_name ${EPREFIX}/usr/libexec/coreutils/libstdbuf.dylib:" \
Makefile.in \
next reply other threads:[~2021-12-28 15:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-28 15:29 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-23 8:49 [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/ Sam James
2021-11-09 7:59 Sam James
2021-01-24 9:47 Fabian Groffen
2019-01-03 14:39 Fabian Groffen
2018-12-30 11:36 Fabian Groffen
2018-12-29 13:34 Fabian Groffen
2018-06-29 7:56 Michael Haubenwallner
2018-04-07 15:59 Fabian Groffen
2018-03-19 14:24 Fabian Groffen
2018-02-19 16:10 Michael Haubenwallner
2018-02-17 7:16 Fabian Groffen
2018-02-12 16:24 Fabian Groffen
2017-11-29 9:40 Michael Haubenwallner
2016-05-12 13:41 Michael Haubenwallner
2016-04-18 11:04 Michael Haubenwallner
2016-04-18 11:04 Michael Haubenwallner
2016-02-04 8:11 Fabian Groffen
2016-01-22 16:33 Fabian Groffen
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=1640705335.f7fb3c000689f3cd63cb8e3af8fb60b6088996d7.grobian@gentoo \
--to=grobian@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