Magellan Linux

Diff of /smage/trunk/extras/python3/python3-3.8.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15413 by niro, Thu Aug 27 12:59:44 2020 UTC revision 15414 by niro, Mon Aug 31 08:26:03 2020 UTC
# Line 77  src_prepare() Line 77  src_prepare()
77    
78   only-m64 mpatch python-3.7.1-lib64.patch || die   only-m64 mpatch python-3.7.1-lib64.patch || die
79    
80   # ensure to use system-wide copies of expat, libmpdec and libffi   # ensure to use system-wide copies of expat and libffi
81   # rather than copies shipped in the tarball   # rather than copies shipped in the tarball
82   all-abis 'rm -r Modules/expat || die'   all-abis 'rm -r Modules/expat || die'
83   all-abis 'rm -r Modules/_ctypes/{darwin,libffi}* || die'   all-abis 'rm -r Modules/_ctypes/{darwin,libffi}* || die'
  all-abis 'rm -r Modules/_decimal/libmpdec || die'  
84  }  }
85    
86  src_compile()  src_compile()
# Line 95  src_compile() Line 94  src_compile()
94   --with-computed-gotos \   --with-computed-gotos \
95   --with-system-expat \   --with-system-expat \
96   --with-system-ffi \   --with-system-ffi \
97     --enable-loadable-sqlite-extensions \
98   || die   || die
99    
100   mmake || die   mmake || die

Legend:
Removed from v.15413  
changed lines
  Added in v.15414