-
Notifications
You must be signed in to change notification settings - Fork 37
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: recompile with fPIC for libgrand-search-daemon #70
base: master
Are you sure you want to change the base?
Conversation
Fix build on 64bit arch Log: The compiler may report an error and exit, the error is like this: /usr/lib64/gcc/aarch64-suse-linux/13/../../../../aarch64-suse-linux/bin/ld: /tmp/ccNUyrNk.ltrans0.ltrans.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `db_list_insert_node' which may bind externally can not be used when making a shared object; recompile with -fPIC
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hillwoodroc The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @hillwoodroc. Thanks for your PR.:smiley: |
CLA Assistant Lite bot: |
TAG Bot New tag: 5.4.8 |
TAG Bot New tag: 5.4.9 |
TAG Bot New tag: 5.5.0 |
TAG Bot New tag: 5.5.1 |
TAG Bot New tag: 5.5.2 |
TAG Bot New tag: 5.5.4 |
TAG Bot New tag: 5.5.6 |
TAG Bot New tag: 5.5.7 |
TAG Bot New tag: 5.5.8 |
TAG Bot New tag: 5.5.10 |
TAG Bot New tag: 5.5.11 |
Fix build on 64bit arch
Log: The compiler may report an error and exit, the error is like this:
/usr/lib64/gcc/aarch64-suse-linux/13/../../../../aarch64-suse-linux/bin/ld: /tmp/ccNUyrNk.ltrans0.ltrans.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `db_list_insert_node' which may bind externally can not be used when making a shared object; recompile with -fPIC