|
@@ -24,7 +24,7 @@ EXCLUDED_MODULES=
|
|
# extra modules to skip, because they are not compilable now
|
|
# extra modules to skip, because they are not compilable now
|
|
# - regardless if they go to the main kamailio package or to some module package,
|
|
# - regardless if they go to the main kamailio package or to some module package,
|
|
# they will be excluded from compile and install of all
|
|
# they will be excluded from compile and install of all
|
|
-EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy java dnssec sctp purple redis mono kazoo cnxcc jansson systemd
|
|
|
|
|
|
+EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy java dnssec sctp purple redis mono kazoo cnxcc jansson systemd http_async
|
|
|
|
|
|
# module groups that are packaged in seperate packages
|
|
# module groups that are packaged in seperate packages
|
|
# (with the name kamailio-$(group_name)-modules)
|
|
# (with the name kamailio-$(group_name)-modules)
|
|
@@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
|
|
erlang
|
|
erlang
|
|
|
|
|
|
# module groups to be packaged onto kamailio-extra-modules
|
|
# module groups to be packaged onto kamailio-extra-modules
|
|
-EXTRA_GROUPS=gzcompress uuid ev http_async
|
|
|
|
|
|
+EXTRA_GROUPS=gzcompress uuid ev
|
|
|
|
|
|
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
|
|
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
|
|
LIBDIR ?= lib
|
|
LIBDIR ?= lib
|