From 449418fb46e6898e79b584f5de7e9dcefeba8f92 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 27 Jun 2009 13:19:53 +0200 Subject: [PATCH] configure.in: Add -rpath to JAVA_LDFLAGS. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 720e46f0..3033d4e2 100644 --- a/configure.in +++ b/configure.in @@ -1540,7 +1540,7 @@ then if test "x$TMPDIR" != "x" then AC_MSG_RESULT([found in $TMPDIR]) - JAVA_LDFLAGS="$JAVA_LDFLAGS -L$TMPDIR" + JAVA_LDFLAGS="$JAVA_LDFLAGS -L$TMPDIR -Wl,-rpath -Wl,$TMPDIR" else AC_MSG_RESULT([not found]) fi -- 2.11.0