Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
25 lines
788 B
Diff
25 lines
788 B
Diff
From 7e7d03d09990cf8e17091572258f12b77a661d74 Mon Sep 17 00:00:00 2001
|
|
From: Pavel Sobolev <contact@paveloom.dev>
|
|
Date: Fri, 6 Dec 2024 22:42:40 +0300
|
|
Subject: [PATCH 2/2] Don't set `RPATH` in `eddie-tray`.
|
|
|
|
---
|
|
src/App.Forms.Linux.Tray/build.sh | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/App.Forms.Linux.Tray/build.sh b/src/App.Forms.Linux.Tray/build.sh
|
|
index 771b2c7..bc1093c 100755
|
|
--- a/src/App.Forms.Linux.Tray/build.sh
|
|
+++ b/src/App.Forms.Linux.Tray/build.sh
|
|
@@ -35,7 +35,6 @@ g++ "$BASEPATH/main.cpp" -fPIC -o "$BASEPATH/bin/eddie-tray" `pkg-config --cflag
|
|
|
|
strip -S --strip-unneeded "$BASEPATH/bin/eddie-tray"
|
|
chmod a+x "$BASEPATH/bin/eddie-tray"
|
|
-patchelf --set-rpath '$ORIGIN' "$BASEPATH/bin/eddie-tray"
|
|
|
|
echo "Building eddie-tray - Done"
|
|
exit 0
|
|
--
|
|
2.47.0
|
|
|