Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rpm: add missing kconfig dependency to zlib
@ 2014-11-17 18:15 Yann E. MORIN
  2014-11-18  7:40 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2014-11-17 18:15 UTC (permalink / raw)
  To: buildroot

Since we build-depend on zlib, forcibly select it from kconfig.

This went unnoticed so far, because we did select openssl which
in turn selects zlib. But rpm needs zlib for itself, too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
---
 package/rpm/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rpm/Config.in b/package/rpm/Config.in
index 2492616..620eb1a 100644
--- a/package/rpm/Config.in
+++ b/package/rpm/Config.in
@@ -13,6 +13,7 @@ config BR2_PACKAGE_RPM
 	select BR2_PACKAGE_NEON_XML
 	select BR2_PACKAGE_NEON_ZLIB
 	select BR2_PACKAGE_NEON_SSL
+	select BR2_PACKAGE_ZLIB
 	help
 	  The RPM package management system.
 
-- 
1.9.1

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

end of thread, other threads:[~2014-11-18  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 18:15 [Buildroot] [PATCH] package/rpm: add missing kconfig dependency to zlib Yann E. MORIN
2014-11-18  7:40 ` Peter Korsgaard

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