]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-link.patch
- once more, after HEAD fixes: postgresql 7.3.x for Ra (just lowered deps)
[packages/postgresql.git] / postgresql-link.patch
1 --- postgresql-7.3.2/configure.in.orig  Wed Mar 12 00:19:05 2003
2 +++ postgresql-7.3.2/configure.in       Wed Mar 12 00:31:28 2003
3 @@ -599,12 +599,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 @@ -615,13 +615,13 @@
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  AC_CHECK_LIB([[unix]], main)
28  AC_SEARCH_LIBS(crypt,  crypt)
29  # BeOS:
30 -AC_CHECK_LIB(bind,     __inet_ntoa)
31 +AC_CHECK_FUNC(inet_ntoa, ,[AC_CHECK_LIB(bind,     __inet_ntoa)])
32  # Solaris:
33  AC_SEARCH_LIBS(fdatasync, [rt posix4])
34  # Cygwin:
This page took 0.06431 seconds and 3 git commands to generate.