!225 Init support for ppc64le

From: @jiahua-yu 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2024-03-04 03:09:35 +00:00 committed by Gitee
commit 77a2d74d3e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -44,14 +44,16 @@
%global with_winexe 0
%ifnarch ppc64le
%global with_vfs_io_uring 0
%endif
%global _systemd_extra "Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba"
%global samba_depver %{version}-%{release}
Name: samba
Version: 4.19.3
Release: 3
Release: 4
Summary: A suite for Linux to interoperate with Windows
License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -611,7 +613,7 @@ rm -f lib/crypto/{aes,rijndael}*.c
export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')"
%ifnarch riscv64 loongarch64
%ifnarch riscv64 loongarch64 ppc64le
export LDFLAGS="%{__global_ldflags} -fuse-ld=gold"
%else
export LDFLAGS="%{__global_ldflags} -fuse-ld=bfd"
@ -3587,6 +3589,12 @@ fi
%endif
%changelog
* Thu Feb 1 2024 jiahua.yu <jiahua.yu@shingroup.cn> - 4.19.3-4
- Type:feature
- ID:NA
- SUG:NA
- DESC:init support for arch ppc64le
* Fri Jan 19 2024 xinghe <xinghe2@h-partners.com> - 4.19.3-3
- Type:bugfix
- ID:NA