diff options
| author | Andrew Dunstan | 2008-04-16 14:19:56 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2008-04-16 14:19:56 +0000 |
| commit | e8d11ade56c2c12bcb336ccdd067355ffcd62184 (patch) | |
| tree | 070334d7562a0f9575c882136634e0676d52bf33 /src/interfaces/libpq | |
| parent | 17cdf848b8cc9d3a526b42238fbe187a3dc9374c (diff) | |
Avoid using unnecessary pgwin32_safestat in libpq.
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index fced907efac..62885fbb5e0 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.165 2008/04/07 14:15:58 petere Exp $ +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.166 2008/04/16 14:19:56 adunstan Exp $ # #------------------------------------------------------------------------- @@ -19,7 +19,7 @@ NAME= pq SO_MAJOR_VERSION= 5 SO_MINOR_VERSION= 2 -override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port +override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port ifneq ($(PORTNAME), win32) override CFLAGS += $(PTHREAD_CFLAGS) endif |
