-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
Windows: Apply OSGeo4W patches for Postgres #4996
Conversation
Not enough :( |
Ok, I don't understand why the path I set isn't shown in the configure failure, I changed that line... |
8d7971b
to
c7b1427
Compare
…_osgeo4w.sh like package.sh
It seems enough to copy the lib like in package.sh (used in osgeo4w), the build passed the configure stage. It is our highest priority PR for now, it is blocking all other work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I don't understand the nuances of patching the files downstream and having two files here, this looks good to me. Clearly, the change is needed here, too, not only downstream.
l'll try to backport this to G84, see #5005 |
Backport of OSGeo#4996 to G84 branch
Backport of #4996 to G84 branch
Solves #4990
(Hopefully)
I quickly applied the patch that changed downstream. I didn’t test it in CI yet, I’m just launching it here quickly.
It seems like Postgres is compiled with a different compiler now, so removing and copying a lib seems necessary.
I also launched echoix#351