Skip to content

[gdal] Fix linker error with static libpng#6305

Merged
vicroms merged 3 commits intomicrosoft:masterfrom
jumpinjackie:gdal-fix-static-libpng
May 6, 2019
Merged

[gdal] Fix linker error with static libpng#6305
vicroms merged 3 commits intomicrosoft:masterfrom
jumpinjackie:gdal-fix-static-libpng

Conversation

@jumpinjackie
Copy link
Contributor

Fixes #6304

…kg port has references to zlib symbols that aren't present in the internal copy of zlib that gdal builds/links against.

To fix this, have the gdal port pull in a vcpkg zlib port as another dependency and have it build/link against that instead.
@vicroms
Copy link
Member

vicroms commented May 6, 2019

Thanks for the PR!

@vicroms vicroms merged commit d70c4e3 into microsoft:master May 6, 2019
@jumpinjackie jumpinjackie deleted the gdal-fix-static-libpng branch May 7, 2019 09:54
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.

[gdal] Cannot build with static libpng

2 participants