mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
use module names, not file names, in menuselect
work around XML parsing bug in menuselect for default sounds package git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -26,7 +26,7 @@ ifeq ($(NEWT_LIB),)
|
||||
UTILS:=$(filter-out astman,$(UTILS))
|
||||
endif
|
||||
|
||||
ifneq ($(filter pbx_ael.so,$(MENUSELECT_PBX)),)
|
||||
ifneq ($(filter pbx_ael,$(MENUSELECT_PBX)),)
|
||||
UTILS:=$(filter-out aelparse,$(UTILS))
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user