Module: kamailio
Branch: 4.3
Commit: 8c597a012e68408475f1abf1b65a1970b8ecd298
URL:
https://github.com/kamailio/kamailio/commit/8c597a012e68408475f1abf1b65a197…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-07-14T14:10:02+02:00
Makefile.defs: test if SCTP is set to enable core USE_SCTP
(cherry picked from commit a9d10bbae1ffbd6be0f5a83ffacfa57a03174a2e)
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/8c597a012e68408475f1abf1b65a197…
Patch:
https://github.com/kamailio/kamailio/commit/8c597a012e68408475f1abf1b65a197…
---
diff --git a/Makefile.defs b/Makefile.defs
index 7051f3b..d8ffb6c 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -699,6 +699,10 @@ ifeq ($(WITHAS), 1)
C_DEFS+= -DWITH_AS_SUPPORT
endif
+ifeq ($(SCTP), 1)
+ C_DEFS+= -DUSE_SCTP
+endif
+
ifeq ($(mode),)
mode = release
endif