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:
parent
e24f820df0
commit
2f2c0801dd
@ -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>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
%define vicecachedir /var/cache/openafs
|
||||
%define afslocaldir /var/lib/openafs
|
||||
|
||||
%ifarch ppc64le ppc64 arm
|
||||
%ifarch ppc64le ppc64 %{arm}
|
||||
%define build_kernel_modules 0
|
||||
%endif
|
||||
|
||||
@ -335,7 +335,7 @@ perl -pi -e 's,^(XCFLAGS.*),\1 -fPIC,' src/config/Makefile.ppc_linux24.in
|
||||
sysbase=ppc64
|
||||
export LDFLAGS="$LDFLAGS -m64"
|
||||
%endif
|
||||
%ifarch arm
|
||||
%ifarch %{arm}
|
||||
sysbase=arm
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
|
Loading…
Reference in New Issue
Block a user