X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=f9f5c622eaf8a8554bbff42f7ab9f267b54c4797;hb=d5c788baf4c8b1007c63fa54a90cdd9a330c0dec;hp=d5b9bf540079d581f33206d3144a07a29579ef35;hpb=3af2bf4ef314f540a53832c6651e6c56333a37d1;p=lilypond.git diff --git a/configure.in b/configure.in index d5b9bf5400..f9f5c622ea 100644 --- a/configure.in +++ b/configure.in @@ -164,7 +164,7 @@ AC_MSG_RESULT($reloc_b) AC_MSG_CHECKING(for rpath linkage) if test "$rpath_b" = "yes"; then - LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,\\\$\$ORIGIN" + LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,\\\$\$ORIGIN/../lib" elif test "$rpath_b" != "no"; then LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,$rpath_b" fi