mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
asterisk-1.8.x-mod: Makefile: Use menuselect when configuring if required
This commit is contained in:
parent
27f11d321d
commit
01e874d94b
1 changed files with 4 additions and 0 deletions
|
|
@ -410,6 +410,10 @@ endef
|
|||
define Build/Configure
|
||||
-rm $(PKG_BUILD_DIR)/menuselect.makeopts
|
||||
$(call Build/Configure/Default,,$(SITE_VARS))
|
||||
if test -n "$(MENUSELECT_ARGS)" ; then \
|
||||
$(MAKE) -C "$(PKG_BUILD_DIR)" menuselect.makeopts ; \
|
||||
(cd $(PKG_BUILD_DIR) && ./menuselect/menuselect $(MENUSELECT_ARGS)) ; \
|
||||
fi
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue