FreeSWITCH:
[feed/telephony.git] / net / freeswitch / patches / src-mod-endpoints-mod_gsmopen-Makefile_am.patch
1 --- a/src/mod/endpoints/mod_gsmopen/Makefile.am
2 +++ b/src/mod/endpoints/mod_gsmopen/Makefile.am
3 @@ -12,7 +12,7 @@ SPANDSP_LA=$(SPANDSP_BUILDDIR)/src/libsp
4 mod_LTLIBRARIES = mod_gsmopen.la
5 mod_gsmopen_la_SOURCES = mod_gsmopen.cpp gsmopen_protocol.cpp
6 mod_gsmopen_la_CXXFLAGS = $(SWITCH_AM_CXXFLAGS)
7 -mod_gsmopen_la_CPPFLAGS = -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff -I.
8 +mod_gsmopen_la_CPPFLAGS = -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff -I. -fpermissive
9 mod_gsmopen_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
10 mod_gsmopen_la_LDFLAGS = -avoid-version -module -no-undefined -lctb-0.16 -lgsmme
11