cracklib: Fix running test suite

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-09-24 08:31:10 -04:00
parent 50ed6e75a3
commit a3845e5083
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = cracklib
version = 2.9.5
release = 1
release = 2
groups = Security/Password
url = http://sourceforge.net/projects/cracklib/
@ -33,6 +33,8 @@ build
dictdir = %{datadir}/cracklib
dictpath = %{dictdir}/pw_dict
export LD_LIBRARY_PATH = %{DIR_APP}/lib/.libs
configure_options += \
--with-default-dict=%{dictpath} \
--with-python \