desktop/wmtimer: 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:55:43 +00:00 committed by Willy Sudiarto Raharjo
parent e8cc45cbc0
commit c71ea9c04e

View file

@ -74,7 +74,7 @@ find -L . \
# Let's compile!
cd wmtimer
make
make CC="gcc -fgnu89-inline $SLKCFLAGS"
# Create bin directory and move executable there
mkdir -p $PKG/usr/bin