]> git.pld-linux.org Git - packages/inn.git/commitdiff
47ede326b86dd628b0e0aeeff802a6af NVIDIA_GLX-0.9-6.tar.gz
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Jan 2001 14:05:30 +0000 (14:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
53186ba205d5b942be5ae51cb798e3c9  inn-2.3.0-v6-20001011.diff.gz
2032f076fb18f5fa87c8b763e83fbdd4  inn-2.3.1.tar.gz
ce48c3646a70a50a78debd8c8b833d6a  inn-db3.patch

Changed files:
    inn-db3.patch -> 1.1

inn-db3.patch [new file with mode: 0644]

diff --git a/inn-db3.patch b/inn-db3.patch
new file mode 100644 (file)
index 0000000..b8e99d6
--- /dev/null
@@ -0,0 +1,48 @@
+--- inn-2.3.1/configure.in.orig        Sun Jan 21 04:29:26 2001
++++ inn-2.3.1/configure.in     Sun Jan 21 04:40:55 2001
+@@ -750,8 +750,9 @@
+ dnl Some of the authentication programs want to be able to open dbm files.
+ dnl
+ dnl FIXME: These conflict.  What order should they really be in?
+-AC_CHECK_LIB(dbm, dbm_open, DBM_LIB="-ldbm")
+-AC_CHECK_LIB(ndbm, dbm_open, DBM_LIB="-lndbm")
++dnl AC_CHECK_LIB(dbm, dbm_open, DBM_LIB="-ldbm")
++dnl AC_CHECK_LIB(ndbm, dbm_open, DBM_LIB="-lndbm")
++DBM_LIB="-ldb"
+ AC_SUBST(DBM_LIB)
+ dnl Libraries and flags for embedded Perl.  Some distributions of Linux have
+@@ -955,14 +956,9 @@
+ dnl Generic checks for header files.
+ dnl NOTUSED: sys/file.h sys/ioctl.h
+-AC_CHECK_HEADERS(crypt.h fcntl.h limits.h ndbm.h stddef.h stdint.h \
++AC_CHECK_HEADERS(crypt.h fcntl.h limits.h stddef.h stdint.h \
+                  sys/bitypes.h sys/file.h sys/filio.h sys/ioctl.h \
+                  sys/select.h sys/sysinfo.h sys/time.h unistd.h)
+-
+-dnl Some Linux systems have db1/ndbm.h instead of ndbm.h.
+-if test x"$ac_cv_header_ndbm_h" = xno ; then
+-    AC_CHECK_HEADERS(db1/ndbm.h)
+-fi
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_STRUCT_ST_BLKSIZE
+--- inn-2.3.1/authprogs/ckpasswd.c~    Thu Jan 11 09:55:23 2001
++++ inn-2.3.1/authprogs/ckpasswd.c     Sun Jan 21 04:37:54 2001
+@@ -14,13 +14,8 @@
+ # include <fcntl.h>
+ #endif
+-#ifdef HAVE_NDBM_H
+-# include <ndbm.h>
+-#else
+-# ifdef HAVE_DB1_NDBM_H
+-#  include <db1/ndbm.h>
+-# endif
+-#endif
++#define DB_DBM_HSEARCH 1
++#include <db.h>
+ #ifdef HAVE_GETSPNAM
+ # include <shadow.h>
This page took 0.451344 seconds and 4 git commands to generate.