libpwquality: select cracklib
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Jul 2017 16:58:27 +0000 (18:58 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Jul 2017 19:59:32 +0000 (21:59 +0200)
commita6b49a7e8cf09e2f01790d39f216d43fa3f3ea4c
treeb8bca2a7b46b63ae839a989127e2c4dd4fa59f52
parent4bd21d3e95f5de08858c957731c1715f11a6080d
libpwquality: select cracklib

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>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libpwquality/Config.in