rsync: modify to build with rrsync
This commit is contained in:
parent
2e3ee29ae8
commit
df8d36aad4
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'rsync'
|
||||
pkgname=rsync
|
||||
version=3.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-rrsync"
|
||||
conf_files="/etc/rsyncd.conf"
|
||||
hostmakedepends="perl"
|
||||
hostmakedepends="perl python3-commonmark"
|
||||
makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel
|
||||
openssl-devel libzstd-devel"
|
||||
short_desc="Remote fast incremental file transfer tool"
|
||||
|
@ -19,7 +20,7 @@ checksum=6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1
|
|||
CFLAGS="-DINET6"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args=" --disable-simd"
|
||||
configure_args+=" --disable-simd"
|
||||
fi
|
||||
|
||||
pre_check() {
|
||||
|
|
Loading…
Reference in New Issue