diff options
| author | Eivind Uggedal <eivind@uggedal.com> | 2014-06-05 07:44:15 +0000 |
|---|---|---|
| committer | Eivind Uggedal <eivind@uggedal.com> | 2014-06-05 07:44:15 +0000 |
| commit | 156bf140225c0ab6d004a3ad739cec193c6ab766 (patch) | |
| tree | 35b9319e660cbf98d609b9ec22679cc2ebd7a91a /main/python/find_library.patch | |
| parent | b19885138e9fc79a8115873b780e1495c8accc56 (diff) | |
| download | aports-156bf140225c0ab6d004a3ad739cec193c6ab766.tar.bz2 aports-156bf140225c0ab6d004a3ad739cec193c6ab766.tar.xz | |
main/python: upgrade to 2.7.7
Diffstat (limited to 'main/python/find_library.patch')
| -rw-r--r-- | main/python/find_library.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/python/find_library.patch b/main/python/find_library.patch index b2a7d4fbd..c4975250b 100644 --- a/main/python/find_library.patch +++ b/main/python/find_library.patch @@ -1,6 +1,6 @@ ---- ./Lib/ctypes/util.py.orig 2013-05-27 14:59:31.253297476 +0000 -+++ ./Lib/ctypes/util.py 2013-05-27 14:59:55.730215183 +0000 -@@ -198,7 +198,7 @@ +--- ./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) |
