mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
3326270009
commit
d1248bae6a
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue