]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-com_err.patch
- ver. 7.4 (final)
[packages/postgresql.git] / postgresql-com_err.patch
1 diff -Nur postgresql-7.4RC1.orig/configure.in postgresql-7.4RC1/configure.in
2 --- postgresql-7.4RC1.orig/configure.in 2003-11-03 06:27:18.000000000 +0100
3 +++ postgresql-7.4RC1/configure.in      2003-11-07 12:03:08.000000000 +0100
4 @@ -783,7 +783,7 @@
5  
6  if test "$with_krb5" = yes ; then
7    AC_CHECK_HEADER(krb5.h, [], [AC_MSG_ERROR([header file <krb5.h> is required for Kerberos 5])])
8 -  AC_CHECK_HEADER(com_err.h, [], [AC_MSG_ERROR([header file <com_err.h> is required for Kerberos 5])])
9 +  AC_CHECK_HEADER(et/com_err.h, [], [AC_MSG_ERROR([header file <et/com_err.h> is required for Kerberos 5])])
10  fi
11  
12  if test "$with_openssl" = yes ; then
13 diff -Nur postgresql-7.4RC1.orig/src/backend/libpq/auth.c postgresql-7.4RC1/src/backend/libpq/auth.c
14 --- postgresql-7.4RC1.orig/src/backend/libpq/auth.c     2003-09-26 17:27:31.000000000 +0200
15 +++ postgresql-7.4RC1/src/backend/libpq/auth.c  2003-11-07 12:04:47.000000000 +0100
16 @@ -150,7 +150,7 @@
17   */
18  
19  #include <krb5.h>
20 -#include <com_err.h>
21 +#include <et/com_err.h>
22  
23  /*
24   * pg_an_to_ln -- return the local name corresponding to an authentication
25 diff -Nur postgresql-7.4RC1.orig/src/interfaces/libpq/fe-auth.c postgresql-7.4RC1/src/interfaces/libpq/fe-auth.c
26 --- postgresql-7.4RC1.orig/src/interfaces/libpq/fe-auth.c       2003-10-25 05:48:47.000000000 +0200
27 +++ postgresql-7.4RC1/src/interfaces/libpq/fe-auth.c    2003-11-07 12:04:52.000000000 +0100
28 @@ -243,7 +243,7 @@
29   */
30  
31  #include <krb5.h>
32 -#include <com_err.h>
33 +#include <et/com_err.h>
34  
35  /*
36   * pg_an_to_ln -- return the local name corresponding to an authentication
This page took 0.031107 seconds and 3 git commands to generate.