[asterisk-scf-commits] asterisk-scf/release/logger.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Mar 15 14:10:02 CDT 2012
branch "master" has been updated
via 9011f2c7add6f52d4147fc9e6c36555fa1693ffa (commit)
from a526f2d3024ee92c8bc4779cb7915402cdb91a25 (commit)
Summary of changes:
server/src/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9011f2c7add6f52d4147fc9e6c36555fa1693ffa
Author: David M. Lee <dlee at digium.com>
Date: Thu Mar 15 14:08:35 2012 -0500
Statically link in the core logger server code
Convinced myself it safe in the course of researching
https://wiki.asterisk.org/wiki/x/HQsiAQ
diff --git a/server/src/CMakeLists.txt b/server/src/CMakeLists.txt
index bee4e5f..21dbd45 100644
--- a/server/src/CMakeLists.txt
+++ b/server/src/CMakeLists.txt
@@ -26,7 +26,7 @@ astscf_component_add_slices(LoggingServiceLib LOGGING_SERVICE_LIB AsteriskSCF/Co
astscf_component_add_boost_libraries(LoggingServiceLib core thread filesystem date_time system)
astscf_component_add_ice_libraries(LoggingServiceLib IceStorm)
astscf_component_add_slice_collection_libraries(LoggingServiceLib ASTSCF)
-astscf_component_build_library(LoggingServiceLib)
+astscf_component_build_library(LoggingServiceLib STATIC)
# This lib is compiled into a .so, so it needs -fPIC set
if(CMAKE_COMPILER_IS_GNUCXX)
-----------------------------------------------------------------------
--
asterisk-scf/release/logger.git
More information about the asterisk-scf-commits
mailing list