]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - cracklib/cracklib.nm
kernel: Drop ld.so placeholder files
[people/stevee/ipfire-3.x.git] / cracklib / cracklib.nm
index 93a3464a335b47ffaeb1bb72796f5c5ef0445ca9..dbc643928df8c5ce76592bd6f35673b683d19ada 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = cracklib
-version    = 2.8.18
+version    = 2.9.5
 release    = 2
 
 groups     = Security/Password
@@ -27,15 +27,14 @@ sources   += cracklib-words-20080507.gz
 
 build
        requires
-               autoconf
-               automake
-               gettext-devel
                python-devel
        end
 
        dictdir  = %{datadir}/cracklib
        dictpath = %{dictdir}/pw_dict
 
+       export LD_LIBRARY_PATH = %{DIR_APP}/lib/.libs
+
        configure_options += \
                --with-default-dict=%{dictpath} \
                --with-python \
@@ -49,11 +48,6 @@ build
                cp lib/packer.h lib/packer.h.in
                chmod +x util/cracklib-format
 
-               # Apply all patches.
-               %{MACRO_PATCHES}
-
-               #autoreconf -fi
-
                mkdir cracklib-dicts
                cp -vf %{DIR_DL}/cracklib-words-20080507.gz cracklib-dicts