From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 12 Jun 2021 22:48:48 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lsAYi-0004i0-VB for lore@lore.pengutronix.de; Sat, 12 Jun 2021 22:48:48 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lsAYh-0008Ft-O4; Sat, 12 Jun 2021 22:48:47 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lsAYW-0008Fd-MD; Sat, 12 Jun 2021 22:48:36 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lsAYW-0001vx-Dn; Sat, 12 Jun 2021 22:48:36 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Sat, 12 Jun 2021 22:48:35 +0200 Message-Id: <20210612204835.7372-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] host-mtd-utils: build with crypto support X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false --with-crypto is needed e.g. for UBIFS Authentication support in mkfs.ubifs, and the additional dependencies are negligible (and probably even required for other host tools). Signed-off-by: Roland Hieber --- rules/host-mtd-utils.in | 2 ++ rules/host-mtd-utils.make | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/host-mtd-utils.in b/rules/host-mtd-utils.in index 4bdd554d94b1..25fd654e2b49 100644 --- a/rules/host-mtd-utils.in +++ b/rules/host-mtd-utils.in @@ -6,4 +6,6 @@ config HOST_MTD_UTILS select HOST_LIBLZO select HOST_LIBUUID select HOST_ZLIB + select HOST_KERNEL_HEADER + select HOST_OPENSSL default y if ALLYES diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make index f49a08261781..20f30a7c7f42 100644 --- a/rules/host-mtd-utils.make +++ b/rules/host-mtd-utils.make @@ -32,6 +32,6 @@ HOST_MTD_UTILS_CONF_OPT := \ --with-lzo \ --without-zstd \ --without-selinux \ - --without-crypto + --with-crypto # vim: syntax=make -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de