audio/match-vamp-plugin: Fix compile issue.
This commit is contained in:
parent
a765036491
commit
481f0de268
|
@ -8,7 +8,7 @@
|
|||
|
||||
PRGNAM=match-vamp-plugin
|
||||
VERSION=${VERSION:-0.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
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 \) \
|
||||
-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:
|
||||
if [ "${FORCE_SLACK_CFLAGS:-no}" = "yes" ]; then
|
||||
make CXXFLAGS="$SLKCFLAGS"
|
||||
|
|
Loading…
Reference in New Issue