python: add patches from archlinux for internal modules.

Add missing db dependency, bump revision.

--HG--
extra : convert_revision : 6366bfde6a37f01d401fb393e98b47aae95ef878
This commit is contained in:
Juan RP
2009-10-16 16:53:38 +02:00
parent 7f9e6dfaa6
commit 1b55b53729
5 changed files with 197 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# Template build file for 'python'.
pkgname=python
version=2.6.3
revision=1
wrksrc="Python-$version"
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
configure_args="--with-threads --enable-ipv6 --with-signal-module"
@@ -21,7 +22,6 @@ long_desc="
adaptable as an extension language for existing applications."
subpackages="devel"
Add_dependency full glibc
Add_dependency full zlib
Add_dependency full readline
@@ -29,5 +29,11 @@ Add_dependency full bzip2
Add_dependency full gdbm
Add_dependency full openssl
Add_dependency full expat
Add_dependency full db
Add_dependency build ncurses
Add_dependency run ncurses-libs
pre_configure()
{
export OPT="${XBPS_CFLAGS} -fwrapv"
}