summarylogtreecommitdiffstats
path: root/belle-sip.patch
blob: b2f27a5506d1401c412c27df9bffdef72fa3db83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 427ba41..7430c8c 100644
--- a/submodules/belle-sip/CMakeLists.txt
+++ b/submodules/belle-sip/CMakeLists.txt
@@ -35,12 +35,12 @@ set(VERSION "${PACKAGE_VERSION}")
 
 
 option(ENABLE_SHARED "Build shared library." YES)
-option(ENABLE_STATIC "Build static library." YES)
+option(ENABLE_STATIC "Build static library." NO)
 option(ENABLE_RTP_MAP_ALWAYS_IN_SDP "Always include rtpmap in SDP." OFF)
-option(ENABLE_STRICT "Build with strict compile options." YES)
+option(ENABLE_STRICT "Build with strict compile options." NO)
 option(ENABLE_TUNNEL "Enable tunnel support" OFF)
 option(ENABLE_TESTS "Enable compilation of tests" ON)
-option(ENABLE_MDNS "Enable multicast DNS" OFF)
+option(ENABLE_MDNS "Enable multicast DNS" YES)
 
 
 include(CheckLibraryExists)