python: remove long double duplicate symbol as well.
This commit is contained in:
parent
b2a922f453
commit
254bb064e2
2 changed files with 2 additions and 0 deletions
|
@ -37,11 +37,13 @@ class PythonRecipe(Recipe):
|
||||||
"--disable-toolbox-glue",
|
"--disable-toolbox-glue",
|
||||||
"--host={}-apple-darwin".format(arch),
|
"--host={}-apple-darwin".format(arch),
|
||||||
"--prefix=/python",
|
"--prefix=/python",
|
||||||
|
"--with-system-ffi",
|
||||||
"--without-doc-strings",
|
"--without-doc-strings",
|
||||||
_env=build_env)
|
_env=build_env)
|
||||||
|
|
||||||
self._patch_pyconfig()
|
self._patch_pyconfig()
|
||||||
self.apply_patch("ctypes_duplicate.patch")
|
self.apply_patch("ctypes_duplicate.patch")
|
||||||
|
self.apply_patch("ctypes_duplicate_longdouble.patch")
|
||||||
|
|
||||||
shprint(sh.make, "-j4",
|
shprint(sh.make, "-j4",
|
||||||
"CROSS_COMPILE_TARGET=yes",
|
"CROSS_COMPILE_TARGET=yes",
|
||||||
|
|
BIN
recipes/python/ctypes_duplicate_longdouble.patch
Normal file
BIN
recipes/python/ctypes_duplicate_longdouble.patch
Normal file
Binary file not shown.
Loading…
Reference in a new issue