From patchwork Wed Jun 13 16:28:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 928968 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 415XHq2w3Sz9s47 for ; Thu, 14 Jun 2018 02:28:39 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BFEC18A945; Wed, 13 Jun 2018 16:28:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WBTjm+haE2VP; Wed, 13 Jun 2018 16:28:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3BE5E8A97F; Wed, 13 Jun 2018 16:28:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 6FFE61C025C for ; Wed, 13 Jun 2018 16:28:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3DB658A989 for ; Wed, 13 Jun 2018 16:28:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xKx4Ixi4KzfF for ; Wed, 13 Jun 2018 16:28:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by hemlock.osuosl.org (Postfix) with ESMTPS id 79EC78A692 for ; Wed, 13 Jun 2018 16:28:34 +0000 (UTC) Received: from fwd07.aul.t-online.de (fwd07.aul.t-online.de [172.20.27.150]) by mailout08.t-online.de (Postfix) with SMTP id 2511F41C0E0E for ; Wed, 13 Jun 2018 18:28:32 +0200 (CEST) Received: from fli4l.lan.fli4l (GivaDcZOQhTO3FFZNaqut1C+LJxdRKtFZfk3fr+u95+q5OjtqNdQmpHWJ7Ogu69wzb@[84.161.187.225]) by fwd07.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fT8dI-1pSb9E0; Wed, 13 Jun 2018 18:28:28 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37968 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fT8dH-0007K6-Ol for buildroot@buildroot.org; Wed, 13 Jun 2018 18:28:28 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 13 Jun 2018 18:28:23 +0200 Message-Id: <20180613162826.3490-3-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180613162826.3490-1-bernd.kuhls@t-online.de> References: <20180613162826.3490-1-bernd.kuhls@t-online.de> X-ID: GivaDcZOQhTO3FFZNaqut1C+LJxdRKtFZfk3fr+u95+q5OjtqNdQmpHWJ7Ogu69wzb X-TOI-MSGID: 1cf43883-d14d-412d-9d5d-78475aca2258 Subject: [Buildroot] [PATCH v3 3/6] package/freeswitch: needs speexdsp X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes http://autobuild.buildroot.net/results/a3f/a3f9845681025fad93a4f867bb667822e87a08ea/ Signed-off-by: Bernd Kuhls --- v3: no changes v2: no changes package/freeswitch/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/freeswitch/Config.in b/package/freeswitch/Config.in index 1f6459335d..ff2898dc3c 100644 --- a/package/freeswitch/Config.in +++ b/package/freeswitch/Config.in @@ -17,6 +17,7 @@ config BR2_PACKAGE_FREESWITCH select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_PCRE select BR2_PACKAGE_SPEEX + select BR2_PACKAGE_SPEEXDSP select BR2_PACKAGE_SQLITE select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID