mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
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))
|
||||
|
||||
Reference in New Issue
Block a user