All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nuno Gonçalves" <nunog@fr24.com>
To: buildroot@buildroot.org
Cc: "Nuno Gonçalves" <nunog@fr24.com>
Subject: [Buildroot] [PATCH 3/3] package/libopenssl: don't build afalgeng
Date: Tue,  4 Oct 2022 12:15:28 +0100	[thread overview]
Message-ID: <20221004111528.384625-3-nunog@fr24.com> (raw)
In-Reply-To: <20221004111528.384625-1-nunog@fr24.com>

Afalgeng is not cross-compiled so is useless and leaks build host info

Signed-off-by: Nuno Gonçalves <nunog@fr24.com>
---
 package/libopenssl/libopenssl.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libopenssl/libopenssl.mk b/package/libopenssl/libopenssl.mk
index c7a2d65cc4..50d41a6533 100644
--- a/package/libopenssl/libopenssl.mk
+++ b/package/libopenssl/libopenssl.mk
@@ -83,6 +83,7 @@ define LIBOPENSSL_CONFIGURE_CMDS
 			no-tests \
 			no-fuzz-libfuzzer \
 			no-fuzz-afl \
+			no-afalgeng \
 			$(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA),,no-chacha) \
 			$(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC5),,no-rc5) \
 			$(if $(BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2),,no-rc2) \
-- 
2.37.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-10-04 11:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04 11:15 [Buildroot] [PATCH 1/3] package/linux: don't leak host timezone into linux version string Nuno Gonçalves via buildroot
2022-10-04 11:15 ` [Buildroot] [PATCH 2/3] package/sudo: explicitly disable tzdir and tmpfiles as otherwise they are based on build host directories Nuno Gonçalves
2022-11-05 14:44   ` Yann E. MORIN
2022-11-08 19:30     ` Nuno Gonçalves via buildroot
2022-10-04 11:15 ` Nuno Gonçalves [this message]
2022-11-05 15:07   ` [Buildroot] [PATCH 3/3] package/libopenssl: don't build afalgeng Yann E. MORIN
2022-11-14 10:41   ` Peter Korsgaard
2022-11-05 14:10 ` [Buildroot] [PATCH 1/3] package/linux: don't leak host timezone into linux version string Yann E. MORIN
2022-11-14 10:40 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221004111528.384625-3-nunog@fr24.com \
    --to=nunog@fr24.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.