Skip to content

rsync: build with own zlib again #27495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2017
Merged

rsync: build with own zlib again #27495

merged 1 commit into from
Jul 19, 2017

Conversation

wmertens
Copy link
Contributor

Rsync has its own patched compress function, and to be able to use the -z flag, it needs to use that one.

With -zz rsync can use an external zlib, but then it can't talk to older rsync versions.

More details at https://bugs.mageia.org/show_bug.cgi?id=13669

Rsync has its own patched compress function, and to be able to use the `-z` flag, it needs to use that one.

With `-zz` rsync can use an external zlib, but then it can't talk to older rsync versions.

More details at https://bugs.mageia.org/show_bug.cgi?id=13669
@wmertens wmertens requested a review from fpletz July 19, 2017 10:50
@mention-bot
Copy link

@wmertens, thanks for your PR! By analyzing the history of the files in this pull request, we identified @peti, @edolstra and @kampfschlaefer to be potential reviewers.

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
buildInputs = [libiconv zlib popt] ++ stdenv.lib.optional enableACLs acl;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should also remove zlib from buildInputs just in case and to avoid confusion.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, that way you can specify -zz :) so let's leave it in…

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, okay. Thanks!

@fpletz
Copy link
Member

fpletz commented Jul 19, 2017

Good catch. Thanks!

@fpletz fpletz merged commit 6b628d7 into master Jul 19, 2017
@fpletz fpletz deleted the rsync-own-zlib branch July 19, 2017 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants