diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-20 13:41:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-20 13:41:20 +0000 |
commit | 81fbac5c5165e53236b821e9238aafeebc4076fd (patch) | |
tree | 1f837a9eb445285621634651238f9dd417d6f96f /pywrap | |
parent | 3debee4485f6668dcc3e74fac26163350edfdd22 (diff) |
Fix all the broken RPATH stuff we said we'd fix "some day".
svn path=/configure; revision=3615
Diffstat (limited to 'pywrap')
-rw-r--r-- | pywrap/Makefile.in | 2 |
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@ |