From: cshore Date: Tue, 20 Jul 2010 14:13:11 +0000 (+0000) Subject: [packages] net/freeswitch: Add back mistakenly removed warning suppression for print... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0bb7669115a78fd5c763032e84efd3b6ec755f29;p=packages.git [packages] net/freeswitch: Add back mistakenly removed warning suppression for print/scanf - needed for avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@22313 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index fcf526bcc..2a013fc28 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 -fgnu89-inline -FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -fgnu89-inline +FS_TARGET_CFLAGS = ${TARGET_CFLAGS} -DLUA_USE_LINUX $(FPIC) -std=gnu99 -fgnu89-inline -Wno-format +FS_TARGET_CXXFLAGS = ${TARGET_CXXFLAGS} -DLUA_USE_LINUX $(FPIC) -fgnu89-inline -Wno-format FS_TARGET_CPPFLAGS = -I. -I./lua ${TARGET_CPPFLAGS} ifneq ($(CONFIG_USE_EGLIBC),)