From b9c6eabfde6131fa6bef3b65234bccc7cc8b7508 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 9 Mar 2018 15:30:20 +0100 Subject: [PATCH] asterisk-chan-sccp: remove iostreams workaround The iostreams patch was dropped from the asterisk 13 package. The workaround can go away. Signed-off-by: Sebastian Kemper --- net/asterisk-chan-sccp/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/net/asterisk-chan-sccp/Makefile b/net/asterisk-chan-sccp/Makefile index 4eeee3b..d91a9b7 100644 --- a/net/asterisk-chan-sccp/Makefile +++ b/net/asterisk-chan-sccp/Makefile @@ -93,17 +93,6 @@ endef Package/asterisk13-chan-sccp/conffiles = $(Package/conffiles/Default) Package/asterisk15-chan-sccp/conffiles = $(Package/conffiles/Default) -# Asterisk 13 gets mistaken for Asterisk 15 because it was patched to include -# iostream support. To get it detected correctly make it impossible for the -# build system to find the iostream header. -define Build/Prepare - $(call Build/Prepare/Default) -ifeq ($(BUILD_VARIANT),asterisk13) - $(SED) 's|asterisk/iostream.h|asterisk/iostream.404|' \ - $(PKG_BUILD_DIR)/autoconf/asterisk.m4 -endif -endef - define Package/Install/Default $(INSTALL_DIR) $(1)/etc/asterisk $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/asterisk/sccp.conf $(1)/etc/asterisk -- 2.30.2