mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/rsync-3.2.3-r5: fix IPv6 support using musl
Closes: https://bugs.gentoo.org/609694 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
@@ -10,7 +10,7 @@ fi
|
||||
|
||||
WANT_LIBTOOL=none
|
||||
|
||||
inherit autotools prefix systemd
|
||||
inherit autotools flag-o-matic prefix systemd
|
||||
|
||||
DESCRIPTION="File transfer program to keep remote files into sync"
|
||||
HOMEPAGE="https://rsync.samba.org/"
|
||||
@@ -47,6 +47,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Force enable IPv6 on musl - upstream bug:
|
||||
# https://bugzilla.samba.org/show_bug.cgi?id=10715
|
||||
use elibc_musl && use ipv6 && append-cppflags -DINET6
|
||||
|
||||
local myeconfargs=(
|
||||
--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
|
||||
--without-included-popt
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit prefix systemd
|
||||
inherit flag-o-matic prefix systemd
|
||||
|
||||
DESCRIPTION="File transfer program to keep remote files into sync"
|
||||
HOMEPAGE="https://rsync.samba.org/"
|
||||
@@ -59,6 +59,10 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Force enable IPv6 on musl - upstream bug:
|
||||
# https://bugzilla.samba.org/show_bug.cgi?id=10715
|
||||
use elibc_musl && use ipv6 && append-cppflags -DINET6
|
||||
|
||||
local myeconfargs=(
|
||||
--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
|
||||
--without-included-popt
|
||||
|
||||
Reference in New Issue
Block a user