projects
/
platform
/
upstream
/
cryptsetup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e030e3b
)
Fix static build with pwquality (until it provides proper pkgconfig).
author
Milan Broz
<gmazyland@gmail.com>
Wed, 19 Dec 2012 17:49:50 +0000
(18:49 +0100)
committer
Milan Broz
<gmazyland@gmail.com>
Wed, 19 Dec 2012 17:49:50 +0000
(18:49 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
3922d55
..
f135992
100644
(file)
--- 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 ==========================================================================