mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-p2p/retroshare: Apply musl-1.2.4 largefile workaround
Bug: https://bugs.gentoo.org/907898 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user