mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rsync: modify to build with rrsync
This commit is contained in:
parent
2e3ee29ae8
commit
df8d36aad4
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.2.4
|
version=3.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-rrsync"
|
||||||
conf_files="/etc/rsyncd.conf"
|
conf_files="/etc/rsyncd.conf"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl python3-commonmark"
|
||||||
makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel
|
makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel
|
||||||
openssl-devel libzstd-devel"
|
openssl-devel libzstd-devel"
|
||||||
short_desc="Remote fast incremental file transfer tool"
|
short_desc="Remote fast incremental file transfer tool"
|
||||||
|
@ -19,7 +20,7 @@ checksum=6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1
|
||||||
CFLAGS="-DINET6"
|
CFLAGS="-DINET6"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args=" --disable-simd"
|
configure_args+=" --disable-simd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue