Python now uses by default the system libffi, on linux systems (upstream issue26661 and issue27979)
This commit is contained in:
parent
e9db5d378a
commit
95f9e1aed8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user