From patchwork Sat Sep 23 08:46:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 817776 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@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=) 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 3xzkVK384vz9t5Y for ; Sat, 23 Sep 2017 18:46:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 55C5989C87; Sat, 23 Sep 2017 08:46:46 +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 78GvTL5VPR4K; Sat, 23 Sep 2017 08:46:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C29B489C6D; Sat, 23 Sep 2017 08:46:45 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CD44F1CEB50 for ; Sat, 23 Sep 2017 08:46:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C4E21896A5 for ; Sat, 23 Sep 2017 08:46:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fRbkgHh8Bs4z for ; Sat, 23 Sep 2017 08:46:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by whitealder.osuosl.org (Postfix) with ESMTPS id 520B68969D for ; Sat, 23 Sep 2017 08:46:40 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout04.t-online.de (Postfix) with SMTP id 30E984191454; Sat, 23 Sep 2017 10:46:38 +0200 (CEST) Received: from fli4l.lan.fli4l (ZBIvkuZcghesNUfyf27EuAVU7SxMZ4z9DFDmDTC5LHwL7ZJdXA5ZizjpR0qBJX+Z1k@[79.228.20.52]) by fwd24.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dvg52-2DseQq0; Sat, 23 Sep 2017 10:46:32 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:44552 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dvg52-0003o1-16; Sat, 23 Sep 2017 10:46:32 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 23 Sep 2017 10:46:30 +0200 Message-Id: <20170923084630.3841-4-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170923084630.3841-1-bernd.kuhls@t-online.de> References: <20170923084630.3841-1-bernd.kuhls@t-online.de> X-ID: ZBIvkuZcghesNUfyf27EuAVU7SxMZ4z9DFDmDTC5LHwL7ZJdXA5ZizjpR0qBJX+Z1k X-TOI-MSGID: d73f16cb-c380-49d9-af62-0c5555d02879 Cc: Andrey Smirnov Subject: [Buildroot] [PATCH v2 4/4] package/tor: add optional support for zstd X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" According to https://blog.torproject.org/tor-0317-now-released we also need host-pkgconf for zstd support. Signed-off-by: Bernd Kuhls --- v2: no changes package/tor/tor.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/tor/tor.mk b/package/tor/tor.mk index 6052e09cf1..7bce9d1b40 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -37,6 +37,13 @@ else TOR_CONF_OPTS += --disable-lzma endif +ifeq ($(BR2_PACKAGE_ZSTD),y) +TOR_CONF_OPTS += --enable-zstd +TOR_DEPENDENCIES += host-pkgconf zstd +else +TOR_CONF_OPTS += --disable-zstd +endif + ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy) TOR_CONF_OPTS += --enable-seccomp TOR_DEPENDENCIES += libseccomp