Module: sems
Branch: master
Commit: dd2a283f73187fdd8674db715fbd99ee0bbc04ee
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=dd2a283f73187fdd8674db715fbd99ee0bbc04ee

Author: Peter Lemenkov <[email protected]>
Committer: Peter Lemenkov <[email protected]>
Date:   Mon Sep 13 17:40:24 2010 +0400

Add missing LDFLAGS for linking new DNS code

Signed-off-by: Peter Lemenkov <[email protected]>

---

 core/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 307811c..7bd1341 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -9,7 +9,7 @@ INCLUDE_DIRECTORIES (ampi)
 INCLUDE_DIRECTORIES (amci)
 
 ADD_EXECUTABLE (sems ${sems_SRCS})
-TARGET_LINK_LIBRARIES(sems ${CMAKE_DL_LIBS} stdc++)
+TARGET_LINK_LIBRARIES(sems ${CMAKE_DL_LIBS} stdc++ resolv)
 
 IF(NOT MAX_RTP_SESSIONS)
        SET(MAX_RTP_SESSIONS 2048)

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to