python: make sure to build the sqlite extension (again).

This commit is contained in:
Juan RP 2013-12-03 02:00:56 +01:00
parent b97a610464
commit f4f00ee849
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'python'.
pkgname=python
version=2.7.6
revision=2
revision=3
wrksrc="Python-${version}"
short_desc="Interpreted, interactive, object-oriented programming language"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -28,9 +28,9 @@ pre_configure() {
}
do_configure() {
unset CC LD AR AS RANLIB
if [ "$CROSS_BUILD" ]; then
env CC=gcc LD=gcc AR=ar AS=as RANLIB=ranlib \
CFLAGS=-Os LDFLAGS= ./configure
CFLAGS=-Os LDFLAGS= ./configure
make python
mkdir hostpython
mv python hostpython