Skip to content
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

Always ignore ldconfig failures #452

Merged
merged 1 commit into from
Apr 10, 2019
Merged

Always ignore ldconfig failures #452

merged 1 commit into from
Apr 10, 2019

Conversation

ilammy
Copy link
Collaborator

@ilammy ilammy commented Apr 9, 2019

PR #346 has improved ldconfig handling a bit by failing the build only when ldconfig is invoked as root. However, this causes issues when building under fakeroot (which sets EUID but does not give permissions). Furthermore, GNU Makefile conventions expect ldconfig failures to be simply ignored.

PR #346 [1] has improved ldconfig handling a bit by failing the build
only when ldconfig is invoked as root. However, this causes issues when
building under fakeroot (which sets EUID but does not give permissions).
Furthemore, GNU Makefile conventions [2] expect ldconfig failures to be
simply ignored.

[1]: #346
[2]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
@ilammy ilammy added infrastructure Automated building and packaging installation Installation of Themis core and wrapper packages labels Apr 9, 2019
@ilammy ilammy merged commit b30cb34 into master Apr 10, 2019
@ilammy ilammy deleted the ilammy/ldconfig branch April 10, 2019 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Automated building and packaging installation Installation of Themis core and wrapper packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants