From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22F1CC43334 for ; Tue, 7 Jun 2022 19:24:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id D6DE782F3D; Tue, 7 Jun 2022 19:24:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org 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 deKCMufIURBt; Tue, 7 Jun 2022 19:24:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 0AA6282ED2; Tue, 7 Jun 2022 19:24:10 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D1EE01BF9B4 for ; Tue, 7 Jun 2022 19:16:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A355084087 for ; Tue, 7 Jun 2022 19:16:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org 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 0DdF6eEYTKDW for ; Tue, 7 Jun 2022 19:16:50 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp1.osuosl.org (Postfix) with ESMTP id 1B6FD83FF6 for ; Tue, 7 Jun 2022 19:16:50 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 0EE4A86E21; Tue, 7 Jun 2022 19:04:58 +0000 (UTC) To: buildroot@buildroot.org Date: Wed, 1 Jun 2022 23:22:37 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 0ca7ed66f51b7dd1b037ae444654cccc391c3035 X-Git-Newrev: dac6e3011883ce3b35cbf64ec156186153bf0032 X-Patchwork-Hint: ignore Message-Id: <20220607190458.0EE4A86E21@busybox.osuosl.org> Subject: [Buildroot] [git commit] package/nettle: add build support for host X-BeenThere: buildroot@buildroot.org 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: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=dac6e3011883ce3b35cbf64ec156186153bf0032 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Heiko Thiery Signed-off-by: Thomas Petazzoni --- package/nettle/nettle.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/nettle/nettle.mk b/package/nettle/nettle.mk index 3dbd0cb94b..bc3708ca94 100644 --- a/package/nettle/nettle.mk +++ b/package/nettle/nettle.mk @@ -27,3 +27,4 @@ NETTLE_CONF_OPTS += --disable-arm-neon endif $(eval $(autotools-package)) +$(eval $(host-autotools-package)) _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot