From 8a8b43341d3e54b31e9ec4bbc78b9b52d41d4b98 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 10 Nov 2023 22:29:18 +0100 Subject: [PATCH] Add 1 more rpath to jack2 build to ease local development Signed-off-by: falkTX --- bootstrap-mod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-mod.sh b/bootstrap-mod.sh index 22e6299..c5abfec 100755 --- a/bootstrap-mod.sh +++ b/bootstrap-mod.sh @@ -209,7 +209,7 @@ if [ "${WIN32}" -eq 1 ]; then fi if [ "${LINUX}" -eq 1 ]; then - export EXTRA_LDFLAGS='-Wl,-rpath,$ORIGIN -Wl,-rpath,$ORIGIN/..' + export EXTRA_LDFLAGS='-Wl,-rpath,$ORIGIN -Wl,-rpath,$ORIGIN/.. -Wl,-rpath,$ORIGIN/../lib' fi download jack2 "${JACK2_VERSION}" "${JACK2_URL}" "" "git"