[SR-Dev] git:master: make: excluded modules with radius dependency

Nils Ohlmeier nils at iptel.org
Tue May 19 04:33:59 CEST 2009


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

Author: Nils Ohlmeier <nils at iptel.org>
Committer: Nils Ohlmeier <nils at iptel.org>
Date:   Tue May 19 02:07:13 2009 +0200

make: excluded modules with radius dependency

- excluded and moved misc_radius and peering modules to the radius
  module group to allow to build the basic set of modules without
  dependency on radius library being installed.

---

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 160f1c4..ca97f78 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ module_group_mysql=acc_db auth_db avp_db db_ops uri_db domain lcr msilo mysql\
 				speeddial
 
 # For radius
-module_group_radius=acc_radius auth_radius avp_radius
+module_group_radius=acc_radius auth_radius avp_radius misc_radius peering
 
 # For presence
 module_group_presence=dialog pa presence_b2b rls xcap
@@ -190,7 +190,7 @@ else
 							db_unixodbc memcached mi_xmlrpc \
 							nat_traversal perlvdb purple seas siptrace \
 							snmpstats uac_redirect xmpp \
-							carrierroute
+							carrierroute misc_radius peering
 	# excluded because they do not compile (remove them only after they are
 	#  fixed) -- andrei
 	exclude_modules+= avpops  bdb dbtext iptrtpproxy pa rls




More information about the sr-dev mailing list