python: enable ipv6, build signal-module, pass our CFLAGS.
Bump revision. --HG-- extra : convert_revision : 55d3ff6bb2cf5a595f1a0cd0f42750e577d31053
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
# Template build file for 'python'.
|
# Template build file for 'python'.
|
||||||
pkgname=python
|
pkgname=python
|
||||||
version=2.6.2
|
version=2.6.2
|
||||||
|
revision=1
|
||||||
wrksrc="Python-$version"
|
wrksrc="Python-$version"
|
||||||
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
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
|
build_style=gnu_configure
|
||||||
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>"
|
||||||
@@ -29,3 +30,9 @@ Add_dependency full openssl
|
|||||||
Add_dependency full expat
|
Add_dependency full expat
|
||||||
Add_dependency build ncurses
|
Add_dependency build ncurses
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run ncurses-libs
|
||||||
|
|
||||||
|
pre_configure()
|
||||||
|
{
|
||||||
|
# Pass our CFLAGS.
|
||||||
|
export OPT="${XBPS_CFLAGS}"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user