]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- do not check for libnsl.
authorkloczek <kloczek@pld-linux.org>
Tue, 22 Aug 2000 23:21:21 +0000 (23:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-no_libnsl.patch -> 1.1

postgresql-no_libnsl.patch [new file with mode: 0644]

diff --git a/postgresql-no_libnsl.patch b/postgresql-no_libnsl.patch
new file mode 100644 (file)
index 0000000..d76ca87
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nru postgresql-7.0.2/src/configure.in postgresql-7.0.2.new/src/configure.in
+--- postgresql-7.0.2/src/configure.in  Thu May 25 00:43:59 2000
++++ postgresql-7.0.2.new/src/configure.in      Wed Aug 23 00:47:11 2000
+@@ -692,7 +692,6 @@
+ AC_CHECK_LIB(m,        main)
+ AC_CHECK_LIB(dl,       main)
+ AC_CHECK_LIB(socket,   main)
+-AC_CHECK_LIB(nsl,      main)
+ AC_CHECK_LIB(ipc,      main)
+ AC_CHECK_LIB(IPC,      main)
+ AC_CHECK_LIB(lc,       main)
This page took 0.17224 seconds and 4 git commands to generate.