Updated to Python 2.7.4.
- Refreshed patches: 0 (config), 7 (sqlite encoding), 16 (rpath in config),
55 (systemtap), 111 (no static lib), 112 (debug build), 113 (more
configuration flags), 130 (add extension to python config), 134 (fix
COUNT_ALLOCS in test_sys), 146 (haslib FIPS), 147 (add debug malloc stats),
153 (fix gdb test noise), 157 (uid, gid overflow - fixed upstream, just
keeping few more downstream tests), 165 (crypt module salt backport),
175 (fix configure Wformat), 5000 (regenerated autotooling patch)
- Dropped patches: 101 (lib64 regex; merged upstream), 171 (exception on
missing /dev/urandom; merged upstream), 172 (poll for multiprocessing socket
connection; merged upstream)
2013-04-09 08:54:58 +00:00
|
|
|
diff -up Python-2.6/configure.ac.rpath Python-2.6/configure.ac
|
|
|
|
--- Python-2.6/configure.ac.rpath 2008-11-24 02:51:06.000000000 -0500
|
|
|
|
+++ Python-2.6/configure.ac 2008-11-24 02:51:21.000000000 -0500
|
2008-11-29 02:03:47 +00:00
|
|
|
@@ -729,7 +729,7 @@ if test $enable_shared = "yes"; then
|
|
|
|
;;
|
|
|
|
OSF*)
|
|
|
|
LDLIBRARY='libpython$(VERSION).so'
|
|
|
|
- BLDLIBRARY='-rpath $(LIBDIR) -L. -lpython$(VERSION)'
|
|
|
|
+ BLDLIBRARY='-L. -lpython$(VERSION)'
|
2014-06-04 13:11:57 +00:00
|
|
|
RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
2008-11-29 02:03:47 +00:00
|
|
|
;;
|
|
|
|
atheos*)
|