]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cracklib: Fix running test suite
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 Sep 2016 12:31:10 +0000 (08:31 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Sep 2016 16:23:10 +0000 (12:23 -0400)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
cracklib/cracklib.nm

index f0c69c102d15a80f0d38bbea6164894a41b2b04d..dbc643928df8c5ce76592bd6f35673b683d19ada 100644 (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 \