Skip to content

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

Merged
AndreMiras merged 1 commit into
kivy:masterfrom
goffi-contrib:libsodium_update
Nov 10, 2018
Merged

[libsodium] Updated to last version (1.0.16)#1442
AndreMiras merged 1 commit into
kivy:masterfrom
goffi-contrib:libsodium_update

Conversation

@goffi-contrib

Copy link
Copy Markdown
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.
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)

@AndreMiras AndreMiras Nov 4, 2018

Copy link
Copy Markdown
Member

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
Copy Markdown
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([]))

@AndreMiras AndreMiras left a comment

Copy link
Copy Markdown
Member

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