From 9163bcef4b29adbe87960f12368da1e942377f28 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 19 Dec 2012 18:49:50 +0100 Subject: [PATCH] Fix static build with pwquality (until it provides proper pkgconfig). --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3922d55..f135992 100644 --- a/configure.in +++ b/configure.in @@ -102,7 +102,8 @@ if test "x$with_pwquality" = "xyes"; then PKG_CHECK_MODULES([PWQUALITY], [pwquality >= 1.0.0],, AC_MSG_ERROR([You need pwquality library.])) - PWQUALITY_STATIC_LIBS=$PWQUALITY_LIBS + dnl FIXME: this is really hack for now + PWQUALITY_STATIC_LIBS="$PWQUALITY_LIBS -lcrack -lz" fi dnl ========================================================================== -- 2.34.1