Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
1a89f20b
Commit
1a89f20b
authored
Jan 12, 2025
by
Jérome Perrin
Committed by
Thomas Gambier
Jan 13, 2025
Browse files
Options
Browse Files
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/
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