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

[libpng] Fix missing symbols when compiling for ARM #11162

Merged
merged 2 commits into from
May 11, 2020

Conversation

kevinlul
Copy link
Contributor

@kevinlul kevinlul commented May 4, 2020

What does your PR fix?

When cross-compiling for Linux ARM targets when libpng is a transitive dependency, I found some symbols were missing at link-time because it has to be explicitly enabled for the architecture.

Which triplets are supported/not supported? Have you updated the CI baseline?
This would affect all triplets targeting ARM and ARM64

Does your PR follow the maintainer guide?
Yes

@ras0219-msft
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BillyONeal
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JackBoosY JackBoosY added the requires:testing Needs tests added before merging label May 7, 2020
@JackBoosY JackBoosY removed the requires:testing Needs tests added before merging label May 8, 2020
@JackBoosY
Copy link
Contributor

All features have been successfully tested on x86-windows, x64-windows and x64-windows-static.

@JackBoosY
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label May 9, 2020
@strega-nil
Copy link
Contributor

Cools, thanks @kevinlul :)

@strega-nil strega-nil merged commit a7904a6 into microsoft:master May 11, 2020
@kevinlul kevinlul deleted the libpng-arm branch May 11, 2020 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants