From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>,
Zoltan Gyarmati <zgyarmati@zgyarmati.de>,
Peter Seiderer <ps.report@gmx.net>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2, 1/4] package/zlib: add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
Date: Sun, 24 Apr 2022 17:54:04 +0200 [thread overview]
Message-ID: <20220424155404.GW2730@scaer> (raw)
In-Reply-To: <20220423203924.1796541-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2022-04-23 22:39 +0200, Fabrice Fontaine spake thusly:
> Add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Series of 4 patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/zlib/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/zlib/Config.in b/package/zlib/Config.in
> index d6d94889a7..3a486376ac 100644
> --- a/package/zlib/Config.in
> +++ b/package/zlib/Config.in
> @@ -1,3 +1,6 @@
> +config BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
> + bool
> +
> config BR2_PACKAGE_ZLIB_NG_ARCH_SUPPORTS
> bool
> default y if BR2_arm
> @@ -33,6 +36,7 @@ config BR2_PACKAGE_LIBZLIB
> config BR2_PACKAGE_ZLIB_NG
> bool "zlib-ng"
> depends on BR2_PACKAGE_ZLIB_NG_ARCH_SUPPORTS
> + depends on !BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
> select BR2_PACKAGE_HAS_ZLIB
> help
> Zlib replacement with optimizations for
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-04-24 15:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-23 20:39 [Buildroot] [PATCH v2, 1/4] package/zlib: add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB Fabrice Fontaine
2022-04-23 20:39 ` [Buildroot] [PATCH v2, 2/4] package/clamav: doesn't build with zlib-ng Fabrice Fontaine
2022-05-27 7:38 ` Peter Korsgaard
2022-04-23 20:39 ` [Buildroot] [PATCH v2,3/4] package/assimp: force libzlib Fabrice Fontaine
2022-05-27 7:38 ` Peter Korsgaard
2022-04-23 20:39 ` [Buildroot] [PATCH v2,4/4] package/quazip: " Fabrice Fontaine
2022-05-27 7:38 ` Peter Korsgaard
2022-04-24 15:54 ` Yann E. MORIN [this message]
2022-05-27 7:37 ` [Buildroot] [PATCH v2, 1/4] package/zlib: add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB 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=20220424155404.GW2730@scaer \
--to=yann.morin.1998@free.fr \
--cc=bernd.kuhls@t-online.de \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=ps.report@gmx.net \
--cc=zgyarmati@zgyarmati.de \
/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.