audio/match-vamp-plugin: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-22 04:24:12 -05:00 committed by Willy Sudiarto Raharjo
parent a765036491
commit 481f0de268
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
PRGNAM=match-vamp-plugin PRGNAM=match-vamp-plugin
VERSION=${VERSION:-0.2.1} VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -53,6 +53,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \; -exec chmod 644 {} \;
# 20151122 bkw: Grr. How long has this been broken?
sed -i 's/-Wl,-Bstatic//' Makefile
# Just in case someone doesn't trust upstream's default CXXFLAGS: # Just in case someone doesn't trust upstream's default CXXFLAGS:
if [ "${FORCE_SLACK_CFLAGS:-no}" = "yes" ]; then if [ "${FORCE_SLACK_CFLAGS:-no}" = "yes" ]; then
make CXXFLAGS="$SLKCFLAGS" make CXXFLAGS="$SLKCFLAGS"