!225 Init support for ppc64le
From: @jiahua-yu Reviewed-by: @zengwefeng Signed-off-by: @zengwefeng
This commit is contained in:
commit
77a2d74d3e
12
samba.spec
12
samba.spec
@ -44,14 +44,16 @@
|
|||||||
|
|
||||||
%global with_winexe 0
|
%global with_winexe 0
|
||||||
|
|
||||||
|
%ifnarch ppc64le
|
||||||
%global with_vfs_io_uring 0
|
%global with_vfs_io_uring 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _systemd_extra "Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba"
|
%global _systemd_extra "Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba"
|
||||||
%global samba_depver %{version}-%{release}
|
%global samba_depver %{version}-%{release}
|
||||||
|
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 4.19.3
|
Version: 4.19.3
|
||||||
Release: 3
|
Release: 4
|
||||||
|
|
||||||
Summary: A suite for Linux to interoperate with Windows
|
Summary: A suite for Linux to interoperate with Windows
|
||||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
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')"
|
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"
|
export LDFLAGS="%{__global_ldflags} -fuse-ld=gold"
|
||||||
%else
|
%else
|
||||||
export LDFLAGS="%{__global_ldflags} -fuse-ld=bfd"
|
export LDFLAGS="%{__global_ldflags} -fuse-ld=bfd"
|
||||||
@ -3587,6 +3589,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 19 2024 xinghe <xinghe2@h-partners.com> - 4.19.3-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user