academic/grpn: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
32be7da4a5
commit
1b44b838f6
|
@ -53,6 +53,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
sed -i -e "/^CFLAGS = /s/\$/ $SLKCFLAGS -fgnu89-inline/" Makefile
|
||||
|
||||
make
|
||||
make install PREFIX=$PKG/usr
|
||||
|
||||
|
|
Loading…
Reference in New Issue