diff options
Diffstat (limited to 'main/rsync')
-rw-r--r-- | main/rsync/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/rsync/APKBUILD b/main/rsync/APKBUILD index ce369eee98..a184966bb8 100644 --- a/main/rsync/APKBUILD +++ b/main/rsync/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=rsync pkgver=3.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="A file transfer program to keep remote files in sync" url="http://samba.anu.edu.au/rsync/" arch="all" @@ -26,6 +26,8 @@ prepare() { build() { cd "$_builddir" + # Force IPv6 enabled, upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715 + CFLAGS="$CFLAGS -DINET6" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |