python: remove long double duplicate symbol as well.

This commit is contained in:
Mathieu Virbel 2015-02-11 16:28:57 +01:00
parent b2a922f453
commit 254bb064e2
2 changed files with 2 additions and 0 deletions

View file

@ -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",

Binary file not shown.