desktop/xmms-status-plugin: Fixed build with gcc-5.2.0.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2015-12-07 22:50:27 +00:00 committed by Willy Sudiarto Raharjo
parent 2ea4e3451c
commit f9cec14e52

View file

@ -73,7 +73,7 @@ find -L . \
# Thanks to Larry Hajali for the fix.
sed -i 's|^LIBTOOL =.*|LIBTOOL = /usr/bin/libtool|' $(find . -iname "Makefile.*")
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \