-
-
Notifications
You must be signed in to change notification settings - Fork 448
acl-dev: add package #6957
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
acl-dev: add package #6957
Conversation
…t package:is_plat("windows", "linux", "bsd", "cross") and "ON" or "OFF"))`
It seems link order issue is fixed by |
During snippet check, this appear |
建议后面还是搞成 patch 比较好,如果 replace 过多的话 |
It is better to make a patch later, if too many replaces it |
replace 主要用于那些会 break patch 的文本,如果每次版本更新不会修改的话就可以用 patch |
replace is mainly used for text that break patch. If each version update is not modified, you can use patch |
acl-dev/acl#339 |
这个库弄着是真费劲 |
Yet I get some errors during running test. I think maybe, it could be resolved by proper sequence of links, something like this:
Expected to work:
-lprotocol -lacl_cpp -lfiber_cpp -lfiber -lacl -lz -lpthread -ldl
Wont work:
-lfiber -lprotocol -lacl -lfiber_cpp -lacl_cpp -lz -lpthread -ldl
TODO:
LTO fix
FreeBSD iconv
If definition of
USE_SYS_ICONV
appear, I think it might resolve this, since I did not find way to get rid oficonv
being gathered from system.