From: cshore Date: Tue, 20 Jul 2010 16:23:50 +0000 (+0000) Subject: [packages] net/freeswitch: Fixed/enabled mod_fax compilation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e326cb2fa6cec658f2925ce2566bc38e27d39407;p=packages.git [packages] net/freeswitch: Fixed/enabled mod_fax compilation git-svn-id: svn://svn.openwrt.org/openwrt/packages@22316 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 78861728b..6a3d9de62 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -545,7 +545,7 @@ $(eval $(call BuildPlugin,esf,Extra SIP Functionality,mod_esf,,)) $(eval $(call BuildPlugin,event-multicast,Multicast event handler,mod_event_multicast,,)) $(eval $(call BuildPlugin,event-socket,Socket event handler,mod_event_socket,,)) $(eval $(call BuildPlugin,expr,Expression evaluation,mod_expr,,)) -$(eval $(call BuildPlugin,fax,Fax,mod_fax,,@BROKEN +libjpeg)) # fails in spandsp +$(eval $(call BuildPlugin,fax,Fax,mod_fax,,+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,,@!TARGET_avr32 @!TARGET_ixp4xx))