librsync: Do not depend on zlib and libbz2

They are not actually used upstream, although a configure check is in
place.

This commit warrants a rev bump but it should be in the same push as the
previous commit which updates the package, so I skipped over it.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu
2014-12-23 07:34:58 +00:00
parent 031a13aefb
commit 58775420ac

View File

@@ -33,16 +33,12 @@ COPYRIGHT="1995 Patrick Powell <papowell@astart.com>
REQUIRES="
haiku$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libpopt$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbz2$secondaryArchSuffix
devel:libpopt$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -66,6 +62,8 @@ PROVIDES="
lib:librsync$secondaryArchSuffix = 2.0.0 compat >= 2
"
PATCHES="librsync-${portVersion}.patchset"
BUILD()
{
autoreconf -fi