*** pgsql/src/interfaces/libpq/Makefile 2007/11/30 16:21:22 1.149.2.3 --- pgsql/src/interfaces/libpq/Makefile 2008/04/16 14:24:38 1.149.2.4 *************** *** 5,11 **** # Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # ! # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149.2.2 2006/12/28 00:01:12 tgl Exp $ # #------------------------------------------------------------------------- --- 5,11 ---- # Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # ! # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149.2.3 2007/11/30 16:21:22 mha Exp $ # #------------------------------------------------------------------------- *************** SO_MAJOR_VERSION= 5 *** 20,26 **** SO_MINOR_VERSION= 0 DLTYPE= library ! override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port ifneq ($(PORTNAME), win32) override CFLAGS += $(PTHREAD_CFLAGS) endif --- 20,26 ---- SO_MINOR_VERSION= 0 DLTYPE= library ! override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port ifneq ($(PORTNAME), win32) override CFLAGS += $(PTHREAD_CFLAGS) endif