forked from pool/openafs
Accepting request 922940 from filesystems
OBS-URL: https://build.opensuse.org/request/show/922940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openafs?expand=0&rev=30
This commit is contained in:
commit
6fab3d252e
@ -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