From 3bcdfd7b30352aed55fe02ef05c4c6589dd24387 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 16 Apr 2010 15:44:36 +0000 Subject: [PATCH] Added aclocal and autoconf to rsync's .bep file to fix the build, commented out the make test since it fails due to lack of hardlinks. --- net-misc/rsync/rsync-3.0.7.bep | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }