asterisk-11.x: Don't bootstrap menuselect 70/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 23 Jun 2015 19:08:23 +0000 (21:08 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 23 Jun 2015 19:15:31 +0000 (21:15 +0200)
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 <sebastian_ml@gmx.net>
net/asterisk-11.x/Makefile

index 3b4b5ece835eac4e40701f8f4629ce5cbc3930ee..63621f49ff0ce8058f8b998e445b9e919b9d707e 100644 (file)
@@ -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) \