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