ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
Created attachment 262787 [details] [PATCH] security/libsecret: Mark as PIE_UNSAFE
Approved. Thanks, Yuri
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b2e453449d365065bbd4e897a9509abd5bac99d commit 8b2e453449d365065bbd4e897a9509abd5bac99d Author: Älven <alven@FreeBSD.org> AuthorDate: 2025-08-07 20:21:43 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2025-09-01 09:14:59 +0000 security/libsecret: Mark as PIE_UNSAFE ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC PR: 288721 Approved by: gnome@ (maintainer, timeout > 3 weeks) Approved by: yuri@ (Mentor) security/libsecret/Makefile | 2 ++ 1 file changed, 2 insertions(+)
A commit in branch 2025Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d8d0295987e8e1c7fcac4d410a7040c5a9d3285 commit 9d8d0295987e8e1c7fcac4d410a7040c5a9d3285 Author: Älven <alven@FreeBSD.org> AuthorDate: 2025-08-07 20:21:43 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2025-09-01 09:19:55 +0000 security/libsecret: Mark as PIE_UNSAFE ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC PR: 288721 Approved by: gnome@ (maintainer, timeout > 3 weeks) Approved by: yuri@ (Mentor) MFH: 2025Q3 (cherry picked from commit 8b2e453449d365065bbd4e897a9509abd5bac99d) security/libsecret/Makefile | 2 ++ 1 file changed, 2 insertions(+)