Module: kamailio Branch: master Commit: 450649c417a4b1c149185d7d0bdac35e392a89c3 URL: https://github.com/kamailio/kamailio/commit/450649c417a4b1c149185d7d0bdac35e...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-07-04T10:26:56+02:00
app_java: Makefile - USE_GCJ set to yes
- be compatible with current behavior to avoid breaking CI and package building procedures
---
Modified: src/modules/app_java/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/450649c417a4b1c149185d7d0bdac35e... Patch: https://github.com/kamailio/kamailio/commit/450649c417a4b1c149185d7d0bdac35e...
---
diff --git a/src/modules/app_java/Makefile b/src/modules/app_java/Makefile index 57cbbec757..75128a61d8 100644 --- a/src/modules/app_java/Makefile +++ b/src/modules/app_java/Makefile @@ -7,7 +7,7 @@ include ../../Makefile.defs auto_gen= NAME=app_java.so
-USE_GCJ=?no +USE_GCJ ?= yes
#DEFS += -DEXTRA_DEBUG