-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Apply patch for glibc 2.38 compatibility in bazel build system #2327
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
tiann
approved these changes
Dec 30, 2024
armv7a
pushed a commit
to armv7a/KernelSU
that referenced
this pull request
Dec 31, 2024
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Dec 31, 2024
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
itejo443
pushed a commit
to itejo443/KernelSU
that referenced
this pull request
Jan 6, 2025
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
vbajs
pushed a commit
to vbajs/KernelSU
that referenced
this pull request
Jan 18, 2025
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
mrsrimar22
added a commit
to KrustyCook/KernelSU
that referenced
this pull request
Jan 22, 2025
* https://github.com/tiann/KernelSU: Translations update from Hosted Weblate (tiann#2174) Ads experiments ci: update kmi version (tiann#2328) manager: support search module list (tiann#2331) Apply patch for glibc 2.38 compatibility in bazel build system (tiann#2327)
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Jan 24, 2025
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Jan 29, 2025
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Feb 3, 2025
…#2327) Based on the commit from [android.googlesource.com](https://android.googlesource.com/kernel/common/+/75f82c6a15c4188cbb32825892fc6ae3e95479f0%5E%21/), this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on the commit from android.googlesource.com, this change applies a patch to the bazel build system for source code that does not include this fix and is using glibc version 2.38 or later. This ensures that the build process does not encounter linkage errors related to undefined symbols such as __isoc23_strtol, __isoc23_strtoul, and __isoc23_strtoull.