From e0965f5f610d81d6b9f0fa0ae92e2d41f73e3ebf Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 17 Mar 2024 08:17:05 +0700 Subject: audio/clementine: Fix build with protobuf3. Signed-off-by: Willy Sudiarto Raharjo --- audio/clementine/clementine.SlackBuild | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3