Commit 1a89f20b authored by Jérome Perrin's avatar Jérome Perrin Committed by Thomas Gambier

component/rsync: version up 3.3.0

parent 29140d5e
[buildout]
extends =
../openssl/buildout.cfg
../lz4/buildout.cfg
../zstd/buildout.cfg
../xxhash/buildout.cfg
../perl/buildout.cfg
parts =
......@@ -8,9 +12,12 @@ parts =
[rsync]
recipe = slapos.recipe.cmmi
shared = true
url = https://download.samba.org/pub/rsync/src/rsync-3.1.3.tar.gz
md5sum = 1581a588fde9d89f6bc6201e8129afaf
url = https://download.samba.org/pub/rsync/src/rsync-3.3.0.tar.gz
md5sum = f5c17f9c9164ef9e60d9d8c96b23da06
make-options =
PREFIX=@@LOCATION@@
environment =
PATH=${perl:location}/bin:%(PATH)s
CFLAGS=-I${lz4:location}/include/ -I${openssl:location}/include/ -I${xxhash:location}/include/ -I${zstd:location}/include/
CXXFLAGS=-I${lz4:location}/include/ -I${openssl:location}/include/ -I${xxhash:location}/include/ -I${zstd:location}/include/
LDFLAGS=-L${lz4:location}/lib/ -Wl,-rpath=${lz4:location}/lib/ -L${openssl:location}/lib/ -Wl,-rpath=${openssl:location}/lib/ -L${xxhash:location}/lib/ -Wl,-rpath=${xxhash:location}/lib/ -L${zstd:location}/lib/ -Wl,-rpath=${zstd:location}/lib/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment