]> source.dussan.org Git - rspamd.git/commitdiff
Add static build internal libs 144/head
authorAlexey AL <AlexeySa@users.noreply.github.com>
Sun, 8 Feb 2015 22:21:43 +0000 (01:21 +0300)
committerAlexey AL <AlexeySa@users.noreply.github.com>
Sun, 8 Feb 2015 22:21:43 +0000 (01:21 +0300)
CMakeLists.txt

index 50e68c7dc258adf8659cb9b1f8a23fd7286b7ddc..e6e11fd9d06b6b7aea691647a6c3f2e2d6cb9e87 100644 (file)
@@ -36,7 +36,7 @@ OPTION(ENABLE_DB           "Find and link with DB library [default: OFF]"
 OPTION(ENABLE_SQLITE       "Find and link with sqlite3 library [default: OFF]"  OFF)
 OPTION(ENABLE_HIREDIS      "Find and link with external redis library [default: OFF]"  OFF)
 OPTION(ENABLE_URL_INCLUDE  "Enable urls in ucl includes (requires libcurl or libfetch) [default: OFF]" OFF)
-OPTION(NO_SHARED           "Build internal libs static [default: OFF]"          OFF)
+OPTION(NO_SHARED           "Build internal libs static [default: ON]"          ON)
 OPTION(FORCE_GMIME24       "Link with gmime2.4 [default: OFF]"                  OFF)
 OPTION(INSTALL_EXAMPLES    "Install examples [default: OFF]"                    OFF)
 OPTION(INSTALL_WEBUI       "Install web interface [default: ON]"                ON)