Module: sip-router
Branch: master
Commit: 01cbe8bf98d6ad1ef8cf7e0b9f646fde81831fc6
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01cbe8b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Mar 4 10:46:01 2013 +0100
Makefile.defs: -DWITH_AS_SUPPORT is on by default
- it was for kamailio flavour only
- can be disabled with WITHAS=0 and exclude_modules+=seas
---
Makefile.defs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs
index 8749f6a..1c7e3cc 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -148,13 +148,14 @@ CFG_NAME=kamailio
KMSTATS ?= 1
# fast malloc statistics on
FMSTATS ?= 1
-# application server support on
-WITHAS ?= 1
else # unknown:
# main binary name
MAIN_NAME=kamailio
endif
+# application server support on
+WITHAS ?= 1
+
# what to install
INSTALL_FLAVOUR=$(FLAVOUR)