-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
libgc: Update to 8.2.2 #11910
libgc: Update to 8.2.2 #11910
Conversation
ivmai
commented
Sep 13, 2022
- Fix license (the package is covered by MIT-style license, not GPL)
- Drop include-private-gcconfig.h.patch (should not be needed any more)
- Remove dependency on libatomic_ops (libgc uses gcc built-in atomics)
Termux does not use |
clang is compliant with gcc regarding atomic intrinsic. |
Well somehow the CI logs says that the build failed because libatomic_ops is required. |
I'll fix it by passing --with-libatomic-ops=none to configure |
5eb8e58
to
e4c6872
Compare
@ravener How to pass an extra flag to configure correctly? |
https://github.com/termux/termux-packages/wiki/Creating-new-package |
e4c6872
to
108821a
Compare
Try add Edit: Maybe |
aae5d31
to
7a02c5a
Compare
I've decided finally to install README.QUICK which lists the license. |
* Fix license (the package is covered by MIT-style license, not GPL) * Install README.QUICK as a license file * Drop include-private-gcconfig.h.patch (should not be needed any more) * Remove dependency on libatomic_ops (libgc uses gcc built-in atomics)
7a02c5a
to
2bb7453
Compare
@ravener, @2096779623 Anything else to change? |