[sr-dev] git:sr_3.0: Added kmi module to linkage (because of ../../modules_k/ xcap_client/xcap_client.so: undefined symbol: register_mi_mod )

Henning Westerholt henning.westerholt at 1und1.de
Thu Oct 29 14:18:54 CET 2009


Module: sip-router
Branch: sr_3.0
Commit: 4a3712da5b3e7c8ed20748d9b57931690813af47
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4a3712da5b3e7c8ed20748d9b57931690813af47

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Thu Oct 22 15:20:46 2009 +0300

Added kmi module to linkage (because of  ../../modules_k/xcap_client/xcap_client.so: undefined symbol: register_mi_mod  )
(cherry picked from commit b5dd92caf75c3cc9076a0fc59149fbf80bcb0949)

---

 modules_k/xcap_client/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules_k/xcap_client/Makefile b/modules_k/xcap_client/Makefile
index 8548d49..74843e5 100644
--- a/modules_k/xcap_client/Makefile
+++ b/modules_k/xcap_client/Makefile
@@ -18,4 +18,6 @@ DEFS+=-DOPENSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
 SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
+SER_LIBS+=$(SERLIBPATH)/kmi/kmi
+
 include ../../Makefile.modules




More information about the sr-dev mailing list