]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-link.patch
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql-link.patch
CommitLineData
16404f9a 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 @@
4239f689
JB
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)
16404f9a 19@@ -630,6 +631,6 @@
4239f689
JB
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:
16404f9a 27@@ -639,7 +640,8 @@
4239f689 28 # BeOS:
16404f9a 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
4239f689
JB
35 # Solaris:
36 AC_SEARCH_LIBS(fdatasync, [rt posix4])
This page took 0.658985 seconds and 4 git commands to generate.