From 8436124972a552d2221f4691692f97e4e5eaa24a Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 8 Dec 2015 22:42:07 +0000 Subject: network/atftp: Fixed build with gcc-5.2.0. Signed-off-by: David Spencer Signed-off-by: Robby Workman --- network/atftp/atftp.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'network/atftp/atftp.SlackBuild') diff --git a/network/atftp/atftp.SlackBuild b/network/atftp/atftp.SlackBuild index 4bb419bec3f57..01d9f0121f4cb 100644 --- a/network/atftp/atftp.SlackBuild +++ b/network/atftp/atftp.SlackBuild @@ -68,8 +68,7 @@ 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" \ -CXXFLAGS="$SLKCFLAGS" \ +CC="gcc -fgnu89-inline $SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib$LIBDIRSUFFIX \ -- cgit v1.2.3