python: enable ipv6, build signal-module, pass our CFLAGS.

Bump revision.

--HG--
extra : convert_revision : 55d3ff6bb2cf5a595f1a0cd0f42750e577d31053
This commit is contained in:
Juan RP 2009-10-01 16:18:12 +02:00
parent a30b959cd0
commit dfd7b0a6a4

View File

@ -1,9 +1,10 @@
# Template build file for 'python'.
pkgname=python
version=2.6.2
revision=1
wrksrc="Python-$version"
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
configure_args="--with-threads --enable-shared"
configure_args="--with-threads --enable-ipv6 --with-signal-module"
build_style=gnu_configure
short_desc="Interpreted, interactive, object-oriented programming language"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -29,3 +30,9 @@ Add_dependency full openssl
Add_dependency full expat
Add_dependency build ncurses
Add_dependency run ncurses-libs
pre_configure()
{
# Pass our CFLAGS.
export OPT="${XBPS_CFLAGS}"
}