wok diff rsync/receipt @ rev 24048

Add xxhash-lib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 10 19:56:39 2021 +0000 (2021-05-10)
parents c1a1d1f23e07
children 4e5765b0f66e
line diff
     1.1 --- a/rsync/receipt	Mon May 10 19:33:04 2021 +0000
     1.2 +++ b/rsync/receipt	Mon May 10 19:56:39 2021 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  TAGS="sync copy secure"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="popt attr acl xxhash"
     1.8 +DEPENDS="popt attr acl xxhash-lib"
     1.9  BUILD_DEPENDS="popt-dev attr-dev acl-dev xxhash-dev"
    1.10  
    1.11  # TazPanel
    1.12 @@ -34,6 +34,9 @@
    1.13  		--mandir=/usr/share/man \
    1.14  		--disable-iconv \
    1.15  		--disable-iconv-open \
    1.16 +		--disable-openssl \
    1.17 +		--disable-zstd \
    1.18 +		--disable-lz4 \
    1.19  		$CONFIGURE_ARGS
    1.20  	sed -i  -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \
    1.21  		-e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h