python: Stricter [gs]et_rlimit mode detection

There doesn't seem to be a better way, else than configure runtime checks,
which is harmful for cross-compilation.
This commit is contained in:
Timothy Gu
2015-01-11 18:43:34 -08:00
parent b33f96fa88
commit 060f83d1a9
2 changed files with 86 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ LICENSE="Python"
COPYRIGHT="1990-2012, Python Software Foundation"
SRC_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="python-$portVersion.patchset"