diff options
| author | Tom Lane | 2007-08-22 06:34:18 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-08-22 06:34:18 +0000 |
| commit | 34dc9abd6b267fc2bf2e2b2e853653544c38ba27 (patch) | |
| tree | 901255b23d3e10d9f51ce36a7df7136aa2b51716 | |
| parent | 9f28588b427db6958e944d3efdec6ea8c7fc516e (diff) | |
Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.
| -rw-r--r-- | src/makefiles/Makefile.cygwin | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin index 4ce0f6b1ff..d552418c18 100644 --- a/src/makefiles/Makefile.cygwin +++ b/src/makefiles/Makefile.cygwin @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.9 2006/06/22 23:50:35 tgl Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.10 2007/08/22 06:34:18 tgl Exp $ DLLTOOL= dlltool DLLWRAP= dllwrap ifdef PGXS @@ -22,9 +22,11 @@ CFLAGS_SL = ifneq (,$(findstring backend,$(subdir))) ifeq (,$(findstring conversion_procs,$(subdir))) +ifeq (,$(findstring snowball,$(subdir))) override CPPFLAGS+= -DBUILDING_DLL endif endif +endif ifneq (,$(findstring timezone,$(subdir))) override CPPFLAGS+= -DBUILDING_DLL |
