Module: sip-router
Branch: 4.0
Commit: dc15e648b398ef7d8052181b822c9756bed95013
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc15e64…
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
(cherry picked from commit 01cbe8bf98d6ad1ef8cf7e0b9f646fde81831fc6)
---
Makefile.defs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs
index 85fa155..4247f31 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)