[sr-dev] git:master:f36cac99: acc Remove Radius support from build system
Olle E. Johansson
oej at edvina.net
Mon Jan 2 21:09:11 CET 2017
Module: kamailio
Branch: master
Commit: f36cac994a3b773538ecdc42bde70ae0bd218e3b
URL: https://github.com/kamailio/kamailio/commit/f36cac994a3b773538ecdc42bde70ae0bd218e3b
Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2017-01-02T21:08:59+01:00
acc Remove Radius support from build system
---
Modified: src/modules/acc/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/f36cac994a3b773538ecdc42bde70ae0bd218e3b.diff
Patch: https://github.com/kamailio/kamailio/commit/f36cac994a3b773538ecdc42bde70ae0bd218e3b.patch
---
diff --git a/src/modules/acc/Makefile b/src/modules/acc/Makefile
index c002c3d..8bbc4c7 100644
--- a/src/modules/acc/Makefile
+++ b/src/modules/acc/Makefile
@@ -11,14 +11,6 @@ LIBS=
# comment the next line if you wish to disable SQL accounting
DEFS+=-DSQL_ACC
-# set ENABLE_RADIUS_ACC to true if you wish to enable RADIUS accounting
-# (uncomment next line or 'ENABLE_RADIUS_ACC=true make all')
-#ENABLE_RADIUS_ACC=true
-ifeq ($(ENABLE_RADIUS_ACC),true)
-include ../../Makefile.radius
-DEFS+=-DRAD_ACC
-endif
-
# set ENABLE_DIAMETER_ACC to true if you wish to enable DIAMETER accounting
# (uncomment next line or 'ENABLE_DIAMETER_ACC=true make all')
#ENABLE_DIAMETER_ACC=true
More information about the sr-dev
mailing list