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.

This commit is contained in:
Scott McCreary
2010-04-16 15:44:36 +00:00
parent 26fb6a5088
commit 3bcdfd7b30

View File

@@ -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
}