package/freeswitch: enable mod_enum
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bcf1123b24
commit
db6f22059e
@ -166,4 +166,9 @@ else
|
||||
FREESWITCH_CONF_OPTS += --disable-core-libedit-support
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
|
||||
FREESWITCH_DEPENDENCIES += libldns
|
||||
FREESWITCH_ENABLED_MODULES += applications/mod_enum
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user