From d3aaeba9d0b1bf4930bd2b074abd58f2ec6573f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 3 Mar 2024 21:37:36 +0100 Subject: [PATCH] net-p2p/retroshare: Apply musl-1.2.4 largefile workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/907898 Signed-off-by: Andreas K. Hüttel --- net-p2p/retroshare/retroshare-0.6.6-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild index 2d5b75c038d14..ba21bf7b2854b 100644 --- a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop qmake-utils xdg +inherit flag-o-matic desktop qmake-utils xdg DESCRIPTION="P2P private sharing application" HOMEPAGE="https://retroshare.cc" @@ -69,6 +69,9 @@ src_configure() { use miniupnp && qupnplibs="miniupnpc" use libupnp && qupnplibs="upnp ixml" + # bug 907898 + use elibc_musl && append-flags -D_LARGEFILE64_SOURCE + eqmake5 CONFIG+="${qconfigs[*]}" \ RS_MAJOR_VERSION=$(ver_cut 1) RS_MINOR_VERSION=$(ver_cut 2) \ RS_MINI_VERSION=$(ver_cut 3) RS_EXTRA_VERSION="-gentoo-${PR}" \