Python now uses by default the system libffi, on linux systems (upstream issue26661 and issue27979)

This commit is contained in:
Charalampos Stratakis 2016-09-29 15:41:39 +02:00
parent e9db5d378a
commit 95f9e1aed8
1 changed files with 0 additions and 5 deletions

View File

@ -604,11 +604,6 @@ cp -a %{SOURCE7} .
# Remove embedded copy of expat:
rm -r Modules/expat || exit 1
# Remove embedded copy of libffi:
for SUBDIR in darwin libffi libffi_arm_wince libffi_msvc libffi_osx ; do
rm -r Modules/_ctypes/$SUBDIR || exit 1 ;
done
# Remove embedded copy of zlib:
rm -r Modules/zlib || exit 1