Exclude ppc64le and s390x for now.
This commit is contained in:
parent
7a6ace4d32
commit
24c536a724
@ -1,13 +0,0 @@
|
||||
diff -ruN xrdp-0.9.14-v/common/arch.h xrdp-0.9.14/common/arch.h
|
||||
--- xrdp-0.9.14-v/common/arch.h 2020-06-26 21:13:58.000000000 +1000
|
||||
+++ xrdp-0.9.14/common/arch.h 2020-08-31 20:50:39.860660903 +1000
|
||||
@@ -80,7 +80,8 @@
|
||||
defined(__AIX__) || defined(__mips__) || \
|
||||
defined(__ia64__) || defined(__arm__) || \
|
||||
(defined(__PPC__) && defined(__BIG_ENDIAN__)) || \
|
||||
- (defined(__ppc__) && defined(__BIG_ENDIAN__))
|
||||
+ (defined(__ppc__) && defined(__BIG_ENDIAN__)) || \
|
||||
+ defined(__ppc64__) || defined(__s390__)
|
||||
#define NEED_ALIGN
|
||||
#elif defined(__x86__) || defined(__x86_64__) || \
|
||||
defined(__AMD64__) || defined(_M_IX86) || defined (_M_AMD64) || \
|
@ -33,7 +33,8 @@ Patch5: xrdp-0.9.6-script-interpreter.patch
|
||||
Patch6: xrdp-0.9.14-log-snprintf.patch
|
||||
Patch7: xrdp-0.9.14-xfree86-evdev.patch
|
||||
Patch8: xrdp-0.9.14-fuse-pointer.patch
|
||||
Patch9: xrdp-0.9.14-arch.patch
|
||||
|
||||
ExcludeArch: ppc64le s390x
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libX11-devel
|
||||
|
Loading…
Reference in New Issue
Block a user