From 2ee19f920d3c1c44d24ccdd03a5d622f569cf3b2 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Tue, 20 Jul 2010 08:14:02 +0000 Subject: [PATCH] net/freeswitch: Fixed compilation error on gcc4.2.x (avr32) SVN-Revision: 22307 --- net/freeswitch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 6426ba442..841d1ff24 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -318,8 +318,8 @@ ifneq ($(CONFIG_PACKAGE_freeswitch-sounds-moh),) MAKE_INSTALL_TARGETS+= moh-install endif -FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -Wno-format -FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -Wno-format +FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -Wno-format -fgnu89-inline +FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -Wno-format -fgnu89-inline FS_TARGET_CPPFLAGS = -I. -I./lua ${TARGET_CPPFLAGS} ifneq ($(CONFIG_USE_EGLIBC),) -- 2.30.2