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

Bump libpq version #2245

Merged
merged 4 commits into from
Jun 25, 2020
Merged

Bump libpq version #2245

merged 4 commits into from
Jun 25, 2020

Conversation

Progdrasil
Copy link
Contributor

Since buildozer bumped ubuntu versions for their docker image to ubuntu 20.04, the version in the recipe of libpq does not follow the one privided by that distro.

Bumping the version of libpq to follow the one provided by ubuntu 20.04, which is postgresql 10.12, is the easiest way to be able to compile this library on that docker image.

The addition of the environment variable USE_DEV_URANDOM prevents the ./configure stage to look for the file /dev/urandom while cross compiling.

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.

Thanks for the PR!
While I'm happy we're doing a bump anyway, I don't think the version necessarily has to follow the one of a popular distribution. Ideally it should simply compile fine in any and eventually we should also compile any host dependencies needed to achieve it

@AndreMiras AndreMiras merged commit 96edcd6 into kivy:develop Jun 25, 2020
vesellov pushed a commit to vesellov/python-for-android that referenced this pull request Feb 10, 2021
* bump libpq version
* Fix libpq env for cross compile
Co-authored-by: Rene Leveille <[email protected]>
germn pushed a commit to germn/python-for-android that referenced this pull request Mar 20, 2021
* bump libpq version
* Fix libpq env for cross compile
Co-authored-by: Rene Leveille <[email protected]>
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.

2 participants