diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/array/Makefile | 3 | ||||
| -rw-r--r-- | contrib/cube/Makefile | 3 | ||||
| -rw-r--r-- | contrib/dblink/Makefile | 1 | ||||
| -rw-r--r-- | contrib/earthdistance/Makefile | 3 | ||||
| -rw-r--r-- | contrib/fulltextindex/Makefile | 3 | ||||
| -rw-r--r-- | contrib/intarray/Makefile | 3 | ||||
| -rw-r--r-- | contrib/isbn_issn/Makefile | 3 | ||||
| -rw-r--r-- | contrib/lo/Makefile | 3 | ||||
| -rw-r--r-- | contrib/miscutil/Makefile | 3 | ||||
| -rw-r--r-- | contrib/noupdate/Makefile | 3 | ||||
| -rw-r--r-- | contrib/oid2name/oid2name.c | 1 | ||||
| -rw-r--r-- | contrib/pgcrypto/Makefile | 3 | ||||
| -rw-r--r-- | contrib/rserv/Makefile | 1 | ||||
| -rw-r--r-- | contrib/seg/Makefile | 3 | ||||
| -rw-r--r-- | contrib/seg/segparse.y | 4 | ||||
| -rw-r--r-- | contrib/soundex/Makefile | 3 | ||||
| -rw-r--r-- | contrib/string/Makefile | 3 | ||||
| -rw-r--r-- | contrib/userlock/Makefile | 3 |
18 files changed, 35 insertions, 14 deletions
diff --git a/contrib/array/Makefile b/contrib/array/Makefile index 260b56e60f..c247f74fbf 100644 --- a/contrib/array/Makefile +++ b/contrib/array/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.14 2001/02/20 19:20:26 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.15 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/array @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/cube/Makefile b/contrib/cube/Makefile index 014fafa1fe..dd851355c4 100644 --- a/contrib/cube/Makefile +++ b/contrib/cube/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/cube/Makefile,v 1.3 2001/02/20 19:20:27 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/cube/Makefile,v 1.4 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/cube @@ -15,6 +15,7 @@ SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) OBJS= cube.o cubeparse.o cubescan.o buffer.o diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile index 6bb4bfe113..71e34b8c33 100644 --- a/contrib/dblink/Makefile +++ b/contrib/dblink/Makefile @@ -12,6 +12,7 @@ override CFLAGS += -I$(srcdir) override CFLAGS += -I$(include_srcdir) override CFLAGS += -I$(libpq_srcdir) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) OBJS = $(NAME).o diff --git a/contrib/earthdistance/Makefile b/contrib/earthdistance/Makefile index 729a42cbb7..40eb136b03 100644 --- a/contrib/earthdistance/Makefile +++ b/contrib/earthdistance/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.9 2001/05/30 12:58:45 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.10 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/earthdistance @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/fulltextindex/Makefile b/contrib/fulltextindex/Makefile index 3a60a6cf09..cd89e0388f 100644 --- a/contrib/fulltextindex/Makefile +++ b/contrib/fulltextindex/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.9 2001/02/20 19:20:27 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.10 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/fulltextindex @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/intarray/Makefile b/contrib/intarray/Makefile index df0a01bce7..fe36156756 100644 --- a/contrib/intarray/Makefile +++ b/contrib/intarray/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.6 2001/05/31 19:25:27 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.7 2001/06/18 21:38:01 momjian Exp $ subdir = contrib/intarray top_builddir = ../.. @@ -13,6 +13,7 @@ SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) OBJS= _int.o diff --git a/contrib/isbn_issn/Makefile b/contrib/isbn_issn/Makefile index 9f73cc0085..a884ad483f 100644 --- a/contrib/isbn_issn/Makefile +++ b/contrib/isbn_issn/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/isbn_issn/Attic/Makefile,v 1.9 2001/02/20 19:20:27 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/isbn_issn/Attic/Makefile,v 1.10 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/isbn_issn @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile index 913ad507ff..78ccb25f7c 100644 --- a/contrib/lo/Makefile +++ b/contrib/lo/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.9 2001/02/20 19:20:27 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.10 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/lo @@ -14,6 +14,7 @@ MODS = $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) ifdef REFINT_VERBOSE override CPPFLAGS+= -DREFINT_VERBOSE diff --git a/contrib/miscutil/Makefile b/contrib/miscutil/Makefile index a745d7f610..4207a83eb9 100644 --- a/contrib/miscutil/Makefile +++ b/contrib/miscutil/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/miscutil/Attic/Makefile,v 1.14 2001/02/20 19:20:27 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/miscutil/Attic/Makefile,v 1.15 2001/06/18 21:38:01 momjian Exp $ # subdir = contrib/miscutil @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/noupdate/Makefile b/contrib/noupdate/Makefile index fbfe66fde3..f31c3c0608 100644 --- a/contrib/noupdate/Makefile +++ b/contrib/noupdate/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/noupdate/Attic/Makefile,v 1.7 2001/02/20 19:20:27 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/noupdate/Attic/Makefile,v 1.8 2001/06/18 21:38:02 momjian Exp $ # subdir = contrib/noupdate @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index a823c5f50b..2bfb0a2a52 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -9,6 +9,7 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> +#include <getopt.h> #include "libpq-fe.h" diff --git a/contrib/pgcrypto/Makefile b/contrib/pgcrypto/Makefile index 85a11c029a..408e1c85f6 100644 --- a/contrib/pgcrypto/Makefile +++ b/contrib/pgcrypto/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/pgcrypto/Makefile,v 1.3 2001/02/20 15:34:14 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/pgcrypto/Makefile,v 1.4 2001/06/18 21:38:02 momjian Exp $ # subdir = contrib/pgcrypto @@ -43,6 +43,7 @@ SO_MAJOR_VERSION = 0 SO_MINOR_VERSION = 1 override CPPFLAGS += $(CRYPTO_CFLAGS) -I$(srcdir) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: all-lib $(NAME).sql diff --git a/contrib/rserv/Makefile b/contrib/rserv/Makefile index bd2b4f1557..25dfeeacb1 100644 --- a/contrib/rserv/Makefile +++ b/contrib/rserv/Makefile @@ -16,6 +16,7 @@ SCRIPTS = InitRservTest override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SQLS) $(TCLS) $(PERLS) $(SCRIPTS) $(SONAME) diff --git a/contrib/seg/Makefile b/contrib/seg/Makefile index 0df4644cf5..4efff4f408 100644 --- a/contrib/seg/Makefile +++ b/contrib/seg/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/seg/Makefile,v 1.3 2001/02/20 19:20:28 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/seg/Makefile,v 1.4 2001/06/18 21:38:02 momjian Exp $ # subdir = contrib/seg @@ -15,6 +15,7 @@ SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) OBJS= seg.o segparse.o segscan.o buffer.o diff --git a/contrib/seg/segparse.y b/contrib/seg/segparse.y index adce19c517..3c2d6c28c0 100644 --- a/contrib/seg/segparse.y +++ b/contrib/seg/segparse.y @@ -11,6 +11,10 @@ #include "postgres.h" #include "utils/elog.h" +#ifdef __CYGWIN__ +#define HUGE HUGE_VAL +#endif /* __CYGWIN__ */ + #undef yylex /* falure to redefine yylex will result in calling the */ #define yylex seg_yylex /* wrong scanner when running inside postgres backend */ diff --git a/contrib/soundex/Makefile b/contrib/soundex/Makefile index 54b4fa0b44..76538e052b 100644 --- a/contrib/soundex/Makefile +++ b/contrib/soundex/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.9 2000/10/20 21:03:28 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.10 2001/06/18 21:38:02 momjian Exp $ # subdir = contrib/soundex @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS += -I$(srcdir) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/string/Makefile b/contrib/string/Makefile index 086b03a6a0..b8eaa85acf 100644 --- a/contrib/string/Makefile +++ b/contrib/string/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/string/Attic/Makefile,v 1.14 2001/02/20 19:20:28 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/string/Attic/Makefile,v 1.15 2001/06/18 21:38:02 momjian Exp $ # subdir = contrib/string @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql diff --git a/contrib/userlock/Makefile b/contrib/userlock/Makefile index ca13469bd6..9ad5170b89 100644 --- a/contrib/userlock/Makefile +++ b/contrib/userlock/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/userlock/Attic/Makefile,v 1.14 2001/02/20 19:20:28 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/userlock/Attic/Makefile,v 1.15 2001/06/18 21:38:02 momjian Exp $ # subdir = contrib/userlock @@ -11,6 +11,7 @@ SONAME := $(NAME)$(DLSUFFIX) override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SONAME) $(NAME).sql |
