audio/gmpc-plugins: Patched SlackBuild.

Fixes failure to build with glibc-2.21 (-current).

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-08-08 14:09:54 +01:00 committed by Willy Sudiarto Raharjo
parent 3326270009
commit d1248bae6a

View file

@ -73,7 +73,9 @@ 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 {} \;
CFLAGS="$SLKCFLAGS" \
# HAVE_STRNDUP=1 is a fix for libmpd's internal header cockup (thanks to Fedora)
CFLAGS="$SLKCFLAGS -DHAVE_STRNDUP=1" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \