提交 115d849a authored 作者: Travis Cross's avatar Travis Cross

work around libzrtp warnings

This workaround makes the build work exactly as it did when libzrtp
was installed as a system library.  By default gcc ignores warnings
caused by system headers, so for the moment we'll continue to pretend
that libzrtp headers come from the system.
上级 4792515e
...@@ -149,7 +149,7 @@ endif ...@@ -149,7 +149,7 @@ endif
if ENABLE_ZRTP if ENABLE_ZRTP
CORE_CFLAGS += -I$(switch_srcdir)/libs/libzrtp/third_party/bgaes CORE_CFLAGS += -I$(switch_srcdir)/libs/libzrtp/third_party/bgaes
CORE_CFLAGS += -I$(switch_srcdir)/libs/libzrtp/third_party/bnlib CORE_CFLAGS += -I$(switch_srcdir)/libs/libzrtp/third_party/bnlib
CORE_CFLAGS += -I$(switch_srcdir)/libs/libzrtp/include CORE_CFLAGS += -isystem $(switch_srcdir)/libs/libzrtp/include
libfreeswitch_la_LDFLAGS += -Llibs/libzrtp/third_party/bnlib -lbn -Llibs/libzrtp/projects/gnu/build -lzrtp libfreeswitch_la_LDFLAGS += -Llibs/libzrtp/third_party/bnlib -lbn -Llibs/libzrtp/projects/gnu/build -lzrtp
CORE_LIBS += libs/libzrtp/projects/gnu/build/libzrtp.a CORE_LIBS += libs/libzrtp/projects/gnu/build/libzrtp.a
endif endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论