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

[pcre2] Fix -mshstk needed with -fcf-protection #12347

Conversation

c72578
Copy link
Contributor

@c72578 c72578 commented Jul 9, 2020

Describe the pull request

- Fixes the following error:
  src/sljit/sljitConfigInternal.h:219:2: error:
  #error "-mshstk is needed to compile with -fcf-protection"
- Upstream bug report:
  https://bugs.exim.org/show_bug.cgi?id=2578
- Add patch based on upstream commit:
  https://vcs.pcre.org/pcre2?view=revision&revision=1256
- Fixes microsoft#12343
@c72578 c72578 marked this pull request as ready for review July 9, 2020 19:19
@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Jul 10, 2020
@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Jul 10, 2020
@cenit
Copy link
Contributor

cenit commented Jul 10, 2020

fixes the #12343 issue also for me

@ras0219-msft ras0219-msft merged commit a3eee82 into microsoft:master Jul 13, 2020
@ras0219-msft
Copy link
Contributor

Awesome job on the PR, thanks for all the information :) Thanks @cenit for the linked issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pcre2:x64-linux] build failure
4 participants