1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/py-tkinter/find_library.patch
Carlo Landmeter a39e19f964 unmaintained/[multiple] move back packages to testing
move back packages that are depends of other packages in testing
2016-08-26 11:10:07 +02:00

11 lines
450 B
Diff

--- ./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()