diff --git a/net-misc/rsync/rsync-3.0.7.bep b/net-misc/rsync/rsync-3.0.7.bep index fbe4a4bfb..ea008f116 100644 --- a/net-misc/rsync/rsync-3.0.7.bep +++ b/net-misc/rsync/rsync-3.0.7.bep @@ -8,6 +8,8 @@ DEPEND="" BUILD { cd rsync-3.0.7 libtoolize --force --copy --install + aclocal + autoconf ./configure --prefix=/boot/common --enable-xattr-support --disable-iconv --disable-iconv-open --disable-ipv6 --disable-locale --disable-debug make reconfigure make @@ -16,5 +18,5 @@ BUILD { INSTALL { cd rsync-3.0.7 make install - make test +# make test }