wok diff python/receipt @ rev 19089
cross/arm: fix build for aterm flex lame ppp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 20:15:47 2016 +0200 (2016-04-30) |
parents | cfa58aeee489 |
children | fb9df69f8567 |
line diff
1.1 --- a/python/receipt Wed Apr 23 15:48:36 2014 +0200 1.2 +++ b/python/receipt Sat Apr 30 20:15:47 2016 +0200 1.3 @@ -23,10 +23,10 @@ 1.4 # Temporary workaround for FS#22322 1.5 # See http://bugs.python.org/issue10835 for upstream report 1.6 sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c 1.7 - 1.8 + 1.9 # Enable built-in SQLite3 module to load extensions (fix FS#22122) 1.10 sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py 1.11 - 1.12 + 1.13 case "$ARCH" in 1.14 arm*) 1.15 # First pass for build host tools 1.16 @@ -93,4 +93,3 @@ 1.17 rm -f $fs/usr/bin/idle 1.18 rm -rf $fs/usr/lib/python2.7/idlelib 1.19 } 1.20 -