From patchwork Tue Apr 6 22:47:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "D. Olsson" X-Patchwork-Id: 1463045 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=senzilla.io header.i=@senzilla.io header.a=rsa-sha256 header.s=protonmail3 header.b=BRmgq1Eo; dkim-atps=neutral Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FFN343QDsz9sRK for ; Wed, 7 Apr 2021 08:48:00 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 694CE40593; Tue, 6 Apr 2021 22:47:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JGJbcK6rKoIV; Tue, 6 Apr 2021 22:47:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id D60B14015B; Tue, 6 Apr 2021 22:47:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B36D91BF573 for ; Tue, 6 Apr 2021 22:47:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A36B684A8A for ; Tue, 6 Apr 2021 22:47:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=senzilla.io Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PXaH2Ii2BCyj for ; Tue, 6 Apr 2021 22:47:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail1.protonmail.ch (mail1.protonmail.ch [185.70.40.18]) by smtp1.osuosl.org (Postfix) with ESMTPS id D654D84A7F for ; Tue, 6 Apr 2021 22:47:33 +0000 (UTC) Date: Tue, 06 Apr 2021 22:47:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=senzilla.io; s=protonmail3; t=1617749250; bh=vdrdvEmIJzOOyOA2t+lFdH6Y+ttbaYY2ZpXVe05szec=; h=Date:To:From:Cc:Reply-To:Subject:From; b=BRmgq1Eo3Oj2WbCY1e9dZBU0rCnFTqfmo8eMoLrReBEHOr1PzKIisrpez1M24M3/t PQ30HJoNzjPLTHvmIu636k3wnNJGMUO4VtE7Bc/HnSsOKXTadz234Dx7uMZJ613/5X IcHOWeTSwAJt53gwqQKZ6lOJ+sE2yIGDNLbMSAqIWVYn+mGQxb4/wC/z1RVyMlnXPL KEoKPizmiTGY3jh4md2FqbO02eL4zVkq9LoAlPWnK0lC3TeCzlBgjhusgwUKaiQlBv Tb5+ScJtQoeg9yZLbvCy5Skgbnjgqkyog76nphUfJdv+zlyS+w3QEoTBo8kEitOiw/ MwFszo8NTbFXg== To: buildroot@buildroot.org Message-ID: MIME-Version: 1.0 Subject: [Buildroot] [PATCH 3/4] package/s6-networking: support building with bearssl X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Dick Olsson via buildroot Reply-To: Dick Olsson Cc: Eric Le Bihan , Dick Olsson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Dick Olsson --- package/s6-networking/s6-networking.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/s6-networking/s6-networking.mk b/package/s6-networking/s6-networking.mk index 7f7da1fb71..2abb17ffda 100644 --- a/package/s6-networking/s6-networking.mk +++ b/package/s6-networking/s6-networking.mk @@ -20,6 +20,9 @@ S6_NETWORKING_CONF_OPTS = \ ifeq ($(BR2_PACKAGE_LIBRESSL),y) S6_NETWORKING_CONF_OPTS += --enable-ssl=libressl S6_NETWORKING_DEPENDENCIES += libressl +else ifeq ($(BR2_PACKAGE_BEARSSL),y) +S6_NETWORKING_CONF_OPTS += --enable-ssl=bearssl +S6_NETWORKING_DEPENDENCIES += bearssl endif define S6_NETWORKING_CONFIGURE_CMDS