telephony/net/freeswitch-stable/patches/170-mod_random.patch
Sebastian Kemper 6a4b022ec1 freeswitch-stable: add more modules
- add b64, clearmode, cv (broken), dahdi_codec, dialplan_directory,
  event_test, event_zmq, pocketsphinx, posix_timer, random, vmd and yuv.
- some of the new modules require extra sources, so add a download
  routine for those so we can verify the checksums and prevent FreeSWITCH
  build system to download them on its own.
- add two patches to fix some issues with the new modules.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-06-24 22:04:47 +02:00

10 lines
429 B
Diff

--- a/src/mod/applications/mod_random/Makefile.am
+++ b/src/mod/applications/mod_random/Makefile.am
@@ -3,6 +3,6 @@ MODNAME=mod_random
mod_LTLIBRARIES = mod_random.la
mod_random_la_SOURCES = mod_random.c
-mod_random_la_CFLAGS = $(AM_CFLAGS)
+mod_random_la_CFLAGS = $(AM_CFLAGS) -Wno-cpp
mod_random_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_random_la_LDFLAGS = -avoid-version -module -no-undefined -shared