1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Add configure check for -lunix, for QNX.

Recode test for equality of source and build directory using 'test -ef',
because even using pwd you might not get equal strings.  Thanks, QNX.
This commit is contained in:
Peter Eisentraut
2001-03-03 15:53:41 +00:00
parent 7a2fdd9632
commit 23e41fb7fb
5 changed files with 484 additions and 422 deletions

View File

@ -1,5 +1,5 @@
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.120 2001/02/27 08:13:29 ishii Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.121 2001/03/03 15:53:41 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@ -33,9 +33,8 @@ VERSION = @VERSION@
# Support for VPATH builds
abs_top_srcdir = @abs_top_srcdir@
abs_top_builddir = @abs_top_builddir@
ifeq ($(abs_top_builddir), $(abs_top_srcdir))
ifndef abs_top_srcdir
top_srcdir = $(top_builddir)
srcdir = .
else

View File

@ -4,7 +4,6 @@ AROPT = cr
LD= $(AR)
LDREL= $(AROPT)
LDOUT=
LIBS= -lunix
LDFLAGS=
enable_shared = no