diff options
| author | Marc G. Fournier | 1998-01-13 04:18:22 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-01-13 04:18:22 +0000 |
| commit | 405ced26ba225b6965ce650dee5df836670d452b (patch) | |
| tree | 226898e2ddb5525854d3e9dd18eabcf875e3323e /src/interfaces/libpq | |
| parent | 374bb5d2610d0f520abbc602bbf1d6b9c533f335 (diff) | |
Various fixes resulting from removing the PORTNAME defines
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/Makefile.in (renamed from src/interfaces/libpq/Makefile) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile.in index 00b4ae6de9f..9e55992b014 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.37 1997/08/17 00:33:28 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.1 1998/01/13 04:18:22 scrappy Exp $ # #------------------------------------------------------------------------- @@ -17,6 +17,8 @@ include $(SRCDIR)/Makefile.global # We need the backend directory here for its fmgr.h INCLUDE_OPT= -I$(SRCDIR)/include -I$(SRCDIR)/backend +PORTNAME=@PORTNAME@ + CFLAGS+= $(INCLUDE_OPT) ifdef KRBVERS @@ -37,7 +39,7 @@ ifeq ($(PORTNAME), linux) CFLAGS += $(CFLAGS_SL) endif endif -ifeq ($(PORTNAME), BSD44_derived) +ifeq ($(PORTNAME), bsd) install-shlib-dep := install-shlib shlib := libpq.so.1.0 LDFLAGS_SL = -x -Bshareable -Bforcearchive |
