aboutsummaryrefslogtreecommitdiff
path: root/pywrap/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-20 13:41:20 +0000
committerRob Austein <sra@hactrn.net>2011-01-20 13:41:20 +0000
commit81fbac5c5165e53236b821e9238aafeebc4076fd (patch)
tree1f837a9eb445285621634651238f9dd417d6f96f /pywrap/Makefile.in
parent3debee4485f6668dcc3e74fac26163350edfdd22 (diff)
Fix all the broken RPATH stuff we said we'd fix "some day".
svn path=/configure; revision=3615
Diffstat (limited to 'pywrap/Makefile.in')
-rw-r--r--pywrap/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/Makefile.in b/pywrap/Makefile.in
index f3620535..85fb9342 100644
--- a/pywrap/Makefile.in
+++ b/pywrap/Makefile.in
@@ -1,7 +1,7 @@
# $Id$
CFLAGS = @CFLAGS@
-LDFLAGS = @LDFLAGS@ -L${abs_top_builddir}/openssl/openssl -Wl,-rpath,@OPENSSL_SHARED_LIBRARY_DIR@
+LDFLAGS = @LDFLAGS@ -L${abs_top_builddir}/openssl/openssl -Wl,-rpath,@PYWRAP_LIBDIR@
LIBS = -lssl -lcrypto
PYTHON = @PYTHON@