-
Notifications
You must be signed in to change notification settings - Fork 2.6k
minizip: don't install crypt.h #229
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
base: develop
Are you sure you want to change the base?
Conversation
People did mistakenly or unintentionally include crypt.h before, don't install this internal header from now.
|
Looking at file readme, I'm curious how maintenance of contrib files works in zlib. I tried to contact both original authors of minizip, and none of them seem to be able to help merging those PRs in. Since there are no huge requirements on quality of code under ./contrib (unsupported code), |
|
@madler since this fix is probably used on many distributions (RedHat I guess and Gentoo for sure), could be incorporated to next release? Thank you |
|
@madler ping |
|
We're also deleting the crypt.h header file manually when packaging zlib for Arch Linux. @madler can this please be included? :) |
|
@gvollant: Can you look? |
|
Gentle ping |
|
I'm not seeing what the issue is here. There is no problem with I don't understand what "People did mistakenly or unintentionally include crypt.h before" means. |
|
One issue this solves is that |
People did mistakenly or unintentionally include crypt.h before,
don't install this internal header from now.