Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/4] package/zlib: add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
@ 2022-04-23 20:39 Fabrice Fontaine
  2022-04-23 20:39 ` [Buildroot] [PATCH v2, 2/4] package/clamav: doesn't build with zlib-ng Fabrice Fontaine
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Fabrice Fontaine @ 2022-04-23 20:39 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Zoltan Gyarmati, Peter Seiderer, Fabrice Fontaine

Add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-05-27  7:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH v2, 1/4] package/zlib: add BR2_PACKAGE_ZLIB_FORCE_LIBZLIB Yann E. MORIN
2022-05-27  7:37 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox