Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ivan Tyagov
slapos
Commits
1a89f20b
Commit
1a89f20b
authored
2 months ago
by
Jérome Perrin
Committed by
Thomas Gambier
2 months ago
Browse files
Options
Download
Email Patches
Plain Diff
component/rsync: version up 3.3.0
parent
29140d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
component/rsync/buildout.cfg
component/rsync/buildout.cfg
+9
-2
No files found.
component/rsync/buildout.cfg
View file @
1a89f20b
[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/
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment