]> git.pld-linux.org Git - packages/pam.git/commitdiff
- use gdbm instead of db for pam_userdb (db pulls libpthread, see comment in spec)
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 6 Feb 2007 00:56:01 +0000 (00:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pam-db-gdbm.patch -> 1.1

pam-db-gdbm.patch [new file with mode: 0644]

diff --git a/pam-db-gdbm.patch b/pam-db-gdbm.patch
new file mode 100644 (file)
index 0000000..55e5f11
--- /dev/null
@@ -0,0 +1,11 @@
+--- Linux-PAM-0.99.7.1/configure.in~   2007-02-06 00:04:35.000000000 +0100
++++ Linux-PAM-0.99.7.1/configure.in    2007-02-06 00:12:08.000000000 +0100
+@@ -354,7 +354,7 @@
+               fi
+         fi
+         if test -z "$LIBDB" ; then
+-            AC_CHECK_LIB([ndbm],[dbm_store], LIBDB="-lndbm", LIBDB="")
++            AC_CHECK_LIB([gdbm],[dbm_store], LIBDB="-lgdbm -lgdbm_compat", LIBDB="", [-lgdbm_compat])
+             if test ! -z "$LIBDB" ; then
+                 AC_CHECK_HEADERS(ndbm.h)
+             fi
This page took 0.220821 seconds and 4 git commands to generate.