~ius-coredev/ius/python31

« back to all changes in this revision

Viewing changes to SOURCES/python-3.1.5-rpath.patch

  • Committer: Jeffrey Ness
  • Date: 2012-04-12 14:13:50 UTC
  • Revision ID: jeffrey.ness@rackspace.com-20120412141350-gcn7kf0mv0y8l9tz
updating rpath patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- Python-3.1.5/configure.orig 2012-04-12 09:11:31.786759140 -0500
 
2
+++ Python-3.1.5/configure      2012-04-12 09:11:55.999467914 -0500
 
3
@@ -4872,7 +4872,7 @@
 
4
          ;;
 
5
     OSF*)
 
6
          LDLIBRARY='libpython$(VERSION).so'
 
7
-         BLDLIBRARY='-rpath $(LIBDIR) -L. -lpython$(VERSION)'
 
8
+         BLDLIBRARY='-L. -lpython$(VERSION)'
 
9
          RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
 
10
          ;;
 
11
     atheos*)