diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-11 11:16:15 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-08-11 11:19:42 +0200 |
| commit | 837f731a38d0a2c1c20c6a4f86cd5368ff02a23b (patch) | |
| tree | e0015ca90b53abaa00d4c4a05c86ec8aedabb4d0 /main/python/find_library.patch | |
| parent | 59b5199ab486881a75bdd72f45679f3dbbfacf4a (diff) | |
| download | aports-837f731a38d0a2c1c20c6a4f86cd5368ff02a23b.tar.bz2 aports-837f731a38d0a2c1c20c6a4f86cd5368ff02a23b.tar.xz | |
main/python: fix find_library with musl
ref #4512
Diffstat (limited to 'main/python/find_library.patch')
| -rw-r--r-- | main/python/find_library.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/python/find_library.patch b/main/python/find_library.patch deleted file mode 100644 index c4975250b..000000000 --- a/main/python/find_library.patch +++ /dev/null @@ -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() |
