audio/clementine: Fix build with protobuf3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-03-17 08:17:05 +07:00
parent 593954e1ec
commit f8f9ae489e
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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 \