mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python: make sure to build the sqlite extension (again).
This commit is contained in:
parent
b97a610464
commit
f4f00ee849
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'python'.
|
# Template build file for 'python'.
|
||||||
pkgname=python
|
pkgname=python
|
||||||
version=2.7.6
|
version=2.7.6
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
short_desc="Interpreted, interactive, object-oriented programming language"
|
short_desc="Interpreted, interactive, object-oriented programming language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -28,9 +28,9 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
unset CC LD AR AS RANLIB
|
||||||
if [ "$CROSS_BUILD" ]; then
|
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
|
make python
|
||||||
mkdir hostpython
|
mkdir hostpython
|
||||||
mv python hostpython
|
mv python hostpython
|
||||||
|
|
Loading…
Add table
Reference in a new issue