]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-link.patch
98cfb56c45944cfe260df5079f119634a228fa65
[packages/postgresql.git] / postgresql-link.patch
1 --- postgresql-7.4beta1/configure.in.orig       2003-08-05 00:30:30.000000000 +0200
2 +++ postgresql-7.4beta1/configure.in    2003-08-09 08:01:18.000000000 +0200
3 @@ -614,12 +614,13 @@
4  
5  if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
6  then
7 -       AC_CHECK_LIB(bsd,      main)
8 +:
9 +dnl    AC_CHECK_LIB(bsd,      main)
10  fi
11  AC_CHECK_LIB(util,     setproctitle)
12  AC_CHECK_LIB(m,        main)
13  AC_CHECK_LIB(dl,       main)
14 -AC_CHECK_LIB(nsl,      main)
15 +dnl AC_CHECK_LIB(nsl,      main)
16  AC_CHECK_LIB(socket,   main)
17  AC_CHECK_LIB(ipc,      main)
18  AC_CHECK_LIB(IPC,      main)
19 @@ -630,6 +631,6 @@
20  AC_CHECK_LIB(BSD,      main)
21  AC_CHECK_LIB(gen,      main)
22  AC_CHECK_LIB(PW,       main)
23 -AC_CHECK_LIB(resolv,   main)
24 +dnl AC_CHECK_LIB(resolv,   main)
25  AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
26  # QNX:
27 @@ -639,7 +640,8 @@
28  # BeOS:
29  if test "$PORTNAME" = "beos"
30  then
31 -       AC_CHECK_LIB(bind, __inet_ntoa)
32 +       dnl AC_CHECK_LIB(bind, __inet_ntoa)
33 +       AC_CHECK_FUNC(inet_ntoa, ,[AC_CHECK_LIB(bind,     __inet_ntoa)]) 
34  fi
35  # Solaris:
36  AC_SEARCH_LIBS(fdatasync, [rt posix4])
This page took 0.062826 seconds and 3 git commands to generate.