python: remove musl patch that breaks loading shlibs with glibc.
This commit is contained in:
parent
e83a526f4b
commit
f704203995
2 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
--- Lib/ctypes/util.py.orig
|
||||
+++ Lib/ctypes/util.py
|
||||
@@ -227,7 +227,7 @@
|
||||
abi_type = mach_map.get(machine, 'libc6')
|
||||
|
||||
# XXX assuming GLIBC's ldconfig (with option -p)
|
||||
- expr = r'\s+(lib%s\.[^\s]+)\s+\(%s' % (re.escape(name), abi_type)
|
||||
+ expr = r'\s+(lib%s\.[^\s]+)\s+\(' % (re.escape(name))
|
||||
f = os.popen('/sbin/ldconfig -p 2>/dev/null')
|
||||
try:
|
||||
data = f.read()
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
pkgname=python
|
||||
version=2.7.10
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="Python-${version}"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="
|
||||
|
|
Loading…
Reference in a new issue