commit:     a7221a9b751209af88a6bd65f39e0deca1c75bad
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 10:27:35 2024 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 10:29:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7221a9b

sys-apps/syd: Fix static build

Enables static-pie, which is all in all good for us

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 sys-apps/syd/{syd-3.28.3.ebuild => syd-3.28.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/syd/syd-3.28.3.ebuild b/sys-apps/syd/syd-3.28.3-r1.ebuild
similarity index 98%
rename from sys-apps/syd/syd-3.28.3.ebuild
rename to sys-apps/syd/syd-3.28.3-r1.ebuild
index 985a8cdd7501..bf2327917016 100644
--- a/sys-apps/syd/syd-3.28.3.ebuild
+++ b/sys-apps/syd/syd-3.28.3-r1.ebuild
@@ -298,7 +298,7 @@ src_configure() {
        if use static; then
                export LIBSECCOMP_LINK_TYPE="static"
                export LIBSECCOMP_LIB_PATH=$(pkgconf --variable=libdir 
libseccomp)
-               export RUSTFLAGS+="-Clink-args=-static -Clink-args=-no-pie 
-Clink-args=-Wl,-Bstatic -Ctarget-feature=+crt-static"
+               export RUSTFLAGS+="-Ctarget-feature=+crt-static"
                cargo_src_configure
        else
                local myfeatures=( "oci" )

Reply via email to