diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-17 08:17:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-21 20:19:10 +0700 |
commit | f8f9ae489e542aff2b35fc88685642d5ab8c2e1f (patch) | |
tree | 81001e4be5d722d94086e5b05599aaacc1ae3284 /audio | |
parent | 593954e1ecc99ee6530d069fac30d991a040c497 (diff) |
audio/clementine: Fix build with protobuf3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine/clementine.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild index cd8a924ff6abc..986e5091e0aff 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 \ |