From b7d4ba8824af4a431994215d9aaf81a028a4ede3 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 23 Jun 2015 21:08:23 +0200 Subject: [PATCH] asterisk-11.x: Don't bootstrap menuselect The configure script generated by bootstrap.sh in the menuselect folder doesn't work properly. It doesn't check for 'sed', for instance, resulting in './configure: line 4622: -e: command not found'. The build works well without the bootstrap. Signed-off-by: Sebastian Kemper --- net/asterisk-11.x/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 3b4b5ec..63621f4 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -296,7 +296,6 @@ define Build/Configure >> $(PKG_BUILD_DIR)/res/pjproject/user.mak; $(call Build/Configure/Default,,$(SITE_VARS)) (cd $(PKG_BUILD_DIR)/menuselect; \ - ./bootstrap.sh; \ ./configure \ $(HOST_CONFIGURE_ARGS) \ $(AST_MENUSELECT_OPTS) \