Skip to content

[libsodium] Updated to last version (1.0.16) #1442

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
Nov 10, 2018

Conversation

goffi-contrib
Copy link
Contributor

This patch update libsodium to last available version, and remove the
"--enable-minimal" flag which was restricting features and causing
runtime troubles in other recipes.

This patch update libsodium to last available version, and remove the
"--enable-minimal" flag which was restricting features and causing
runtime troubles in other recipes.
@@ -17,7 +18,7 @@ def build_arch(self, arch):
env = self.get_recipe_env(arch)
with current_directory(self.get_build_dir(arch.arch)):
bash = sh.Command('bash')
shprint(bash, 'configure', '--enable-minimal', '--disable-soname-versions', '--host=arm-linux-androideabi', '--enable-shared', _env=env)
Copy link
Member

@AndreMiras AndreMiras Nov 4, 2018

Choose a reason for hiding this comment

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

Just because I'm curious, why did we skip the --enable-minimal flag?
Edit: never mind, I overlooked your PR comment, thanks!

@AndreMiras
Copy link
Member

Thanks for the pull request.
I need to try that one manually since the CI skipped it.

('recipes modified:', set([u'libsodium']))
('recipes to build:', set([]))

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

tested locally and works OK

@AndreMiras AndreMiras merged commit 134c5c0 into kivy:master Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants