Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libpwquality: select cracklib
@ 2017-07-03 16:58 Peter Korsgaard
  2017-07-03 19:21 ` Arnout Vandecappelle
  2017-07-03 20:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-07-03 16:58 UTC (permalink / raw)
  To: buildroot

libpwquality adds cracklib to its _DEPENDENCIES, but forgot to select it in
Config.in, leading to build failures if cracklib isn't explicitly enabled:

Makefile:536: *** cracklib is in the dependency chain of libpwquality that
has added it to its _DEPENDENCIES variable without selecting it or depending
on it from Config.in.  Stop.

No autobuilder references as this error happens before build-time.log is
written, causing the autobuilder to ignore the build result.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/libpwquality/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libpwquality/Config.in b/package/libpwquality/Config.in
index 4e855254a6..23e15157d1 100644
--- a/package/libpwquality/Config.in
+++ b/package/libpwquality/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBPWQUALITY
 	bool "libpwquality"
+	select BR2_PACKAGE_CRACKLIB
 	help
 	  This is a library for password quality checks and generation
 	  of random passwords that pass the checks.  This library uses
-- 
2.11.0

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

end of thread, other threads:[~2017-07-03 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 16:58 [Buildroot] [PATCH] libpwquality: select cracklib Peter Korsgaard
2017-07-03 19:21 ` Arnout Vandecappelle
2017-07-03 20:01 ` Peter Korsgaard

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