mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/clementine: Fix build with protobuf3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
593954e1ec
commit
f8f9ae489e
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue