diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch b/meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch index f039ae8665..77ef7e557e 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch +++ b/meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch | |||
@@ -6,7 +6,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
6 | 6 | ||
7 | --- a/setup.py | 7 | --- a/setup.py |
8 | +++ b/setup.py | 8 | +++ b/setup.py |
9 | @@ -169,22 +169,6 @@ class _M2CryptoBuildExt(build_ext.build_ | 9 | @@ -169,24 +169,6 @@ class _M2CryptoBuildExt(build_ext.build_ |
10 | log.debug('self.include_dirs = %s', self.include_dirs) | 10 | log.debug('self.include_dirs = %s', self.include_dirs) |
11 | log.debug('self.library_dirs = %s', self.library_dirs) | 11 | log.debug('self.library_dirs = %s', self.library_dirs) |
12 | 12 | ||
@@ -25,6 +25,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
25 | - self.swig_opts.append('-D%s' % arch) | 25 | - self.swig_opts.append('-D%s' % arch) |
26 | - if mach in ('ppc64le', 'ppc64el'): | 26 | - if mach in ('ppc64le', 'ppc64el'): |
27 | - self.swig_opts.append('-D_CALL_ELF=2') | 27 | - self.swig_opts.append('-D_CALL_ELF=2') |
28 | - if mach in ('arm64_be'): | ||
29 | - self.swig_opts.append('-D__AARCH64EB__') | ||
28 | - | 30 | - |
29 | self.swig_opts.extend(['-I%s' % i for i in self.include_dirs]) | 31 | self.swig_opts.extend(['-I%s' % i for i in self.include_dirs]) |
30 | 32 | ||