summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-03-17 02:17:05 +0100
committer Willy Sudiarto Raharjo2024-03-21 14:19:10 +0100
commitf8f9ae489e542aff2b35fc88685642d5ab8c2e1f (patch)
tree81001e4be5d722d94086e5b05599aaacc1ae3284
parent593954e1ecc99ee6530d069fac30d991a040c497 (diff)
downloadslackbuilds-f8f9ae489e542aff2b35fc88685642d5ab8c2e1f.tar.gz
audio/clementine: Fix build with protobuf3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/clementine/clementine.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index cd8a924ff6..986e5091e0 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -80,6 +80,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+export LDFLAGS="-Wl,--copy-dt-needed-entries"
mkdir build
cd build
cmake \