diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-09 11:55:12 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-09 11:55:12 (GMT) |
commit | be720e0369b6b8a97ceab4a4f8f8930911bd1b75 (patch) | |
tree | 6aaa74a6fd2431eeabfadf5e1efe27d5d2ca0017 /Makefile.pre.in | |
parent | be5b1b99737271a1f7d9748203b7ee116dd0ce61 (diff) | |
download | cpython-be720e0369b6b8a97ceab4a4f8f8930911bd1b75.zip cpython-be720e0369b6b8a97ceab4a4f8f8930911bd1b75.tar.gz cpython-be720e0369b6b8a97ceab4a4f8f8930911bd1b75.tar.bz2 |
Merged revisions 72497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72497 | tarek.ziade | 2009-05-09 10:28:53 +0200 (Sat, 09 May 2009) | 1 line
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d8b0abb..0a4b35e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -36,6 +36,8 @@ AR= @AR@ RANLIB= @RANLIB@ SVNVERSION= @SVNVERSION@ +GNULD= @GNULD@ + # Shell used by make (some versions default to the login shell, which is bad) SHELL= /bin/sh |