X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Ffreeswitch%2FMakefile;h=2a013fc2819e05ceeaf41f39e61abd3319ce5c4c;hp=b39de75af01326e728a2ba320d2014f7581a70e5;hb=05ce82072f442c88ca521ad08a8b145851bb5349;hpb=267918c1a5c4a23413ee652ae576b90c8647a442 diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index b39de75af0..2a013fc281 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 -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),) @@ -548,7 +548,7 @@ $(eval $(call BuildPlugin,expr,Expression evaluation,mod_expr,,)) $(eval $(call BuildPlugin,fax,Fax,mod_fax,,@BROKEN +libjpeg)) # fails in spandsp $(eval $(call BuildPlugin,fifo,FIFO,mod_fifo,,)) $(eval $(call BuildPlugin,file-string,File streaming,mod_file_string,,)) -$(eval $(call BuildPlugin,flite,Festival TTS,mod_flite,,)) +$(eval $(call BuildPlugin,flite,Festival TTS,mod_flite,,@!TARGET_avr32 @!TARGET_ixp4xx)) $(eval $(call BuildPlugin,fsv,Video,mod_fsv,,)) $(eval $(call BuildPlugin,g723-1,G.723.1 codec,mod_g723_1,,)) $(eval $(call BuildPlugin,g729,G.729 codec,mod_g729,,))