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

Fix builds on glibc >= 2.38 (#203) #21

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

longqimin
Copy link

  • Fix builds on glibc >= 2.38

glibc now defines strchrnul, so we add a check to see if glibc is being used, and instead import the symbol if so.

* Fix builds on glibc >= 2.38

`glibc` now defines `strchrnul`, so we add a check to see if `glibc` is
being used, and instead import the symbol if so.

* Bump version to 4.2.3

* Add note about PR pganalyze#199 in 4.2.3 changelog
@longqimin
Copy link
Author

git cherry-pick 9b21e3295402a0d0ee9a50c468d426c2dbb73ee6

@hurricane1026 hurricane1026 merged commit 1b018b3 into clapdb:15-4.2.2-glibc-2.38 Nov 20, 2023
8 checks passed
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.

3 participants