summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-09 08:28:53 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-09 08:28:53 +0000
commit5e0159f495bf88cfe025566d071f5d5fc5158364 (patch)
treeafc8eabf3b005c4ca87cb2736ee03b822aa088a6 /Makefile.pre.in
parentc050b897c6d1b802d5bb38d8cee73acc3de4a381 (diff)
downloadcpython-5e0159f495bf88cfe025566d071f5d5fc5158364.tar.gz
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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 8851216421..8f91f88485 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