diff options
Diffstat (limited to 'net-misc/rsync/rsync-3.2.5.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-3.2.5.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-misc/rsync/rsync-3.2.5.ebuild b/net-misc/rsync/rsync-3.2.5.ebuild index b98126e7a197..ab9d689fb713 100644 --- a/net-misc/rsync/rsync-3.2.5.ebuild +++ b/net-misc/rsync/rsync-3.2.5.ebuild @@ -78,10 +78,6 @@ src_prepare() { } src_configure() { - # Force enable IPv6 on musl - upstream bug: - # https://bugzilla.samba.org/show_bug.cgi?id=10715 - use elibc_musl && append-cppflags -DINET6 - local myeconfargs=( --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf --without-included-popt |