Accepting request 922526 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Fix %ifarch for 32-bit arm

OBS-URL: https://build.opensuse.org/request/show/922526
OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=84
This commit is contained in:
Christof Hanke 2021-10-04 07:06:14 +00:00 committed by Git OBS Bridge
parent e24f820df0
commit 2f2c0801dd
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 1 09:08:58 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix %ifarch for 32-bit arm
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 3 22:32:14 UTC 2021 - Christof Hanke <christof.hanke@mpcdf.mpg.de> Tue Aug 3 22:32:14 UTC 2021 - Christof Hanke <christof.hanke@mpcdf.mpg.de>

View File

@ -51,7 +51,7 @@
%define vicecachedir /var/cache/openafs %define vicecachedir /var/cache/openafs
%define afslocaldir /var/lib/openafs %define afslocaldir /var/lib/openafs
%ifarch ppc64le ppc64 arm %ifarch ppc64le ppc64 %{arm}
%define build_kernel_modules 0 %define build_kernel_modules 0
%endif %endif
@ -335,7 +335,7 @@ perl -pi -e 's,^(XCFLAGS.*),\1 -fPIC,' src/config/Makefile.ppc_linux24.in
sysbase=ppc64 sysbase=ppc64
export LDFLAGS="$LDFLAGS -m64" export LDFLAGS="$LDFLAGS -m64"
%endif %endif
%ifarch arm %ifarch %{arm}
sysbase=arm sysbase=arm
%endif %endif
%ifarch aarch64 %ifarch aarch64