mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user