From 56c9ef098b5172633f41aca1fe8ec859ce5fe363 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Fri, 7 Mar 2025 15:40:08 +0800 Subject: [PATCH] add sw_64 support for samba --- samba.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 69d3bec..2802277 100644 --- a/samba.spec +++ b/samba.spec @@ -53,7 +53,7 @@ Name: samba Version: 4.19.3 -Release: 6 +Release: 7 Summary: A suite for Linux to interoperate with Windows License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -619,7 +619,7 @@ rm -f lib/crypto/{aes,rijndael}*.c export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')" -%ifnarch riscv64 loongarch64 ppc64le +%ifnarch riscv64 loongarch64 ppc64le sw_64 export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %else export LDFLAGS="%{__global_ldflags} -fuse-ld=bfd" @@ -3595,6 +3595,12 @@ fi %endif %changelog +* Fri Mar 7 2025 yueyuankun - 4.19.3-7 +- Type:feature +- ID:NA +- SUG:NA +- DESC:init support for arch sw_64 + * Tue Sep 24 2024 xinghe - 4.19.3-6 - Type:bugfix - ID:NA -- Gitee