diff options
| author | Robert Haas <rhaas@postgresql.org> | 2012-02-09 12:39:33 -0500 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2012-02-09 12:39:33 -0500 |
| commit | dd7c84185c160bb0d95bd265182f24f1f6c21924 (patch) | |
| tree | ecd5b04b9751bbaebfb4e27a44c0040812cfbd04 /src/port/Makefile | |
| parent | d429ebe347a5f1404cc3c50234e1c93f8db2bb53 (diff) | |
| download | postgresql-dd7c84185c160bb0d95bd265182f24f1f6c21924.tar.gz | |
Attempt to fix MSVC builds and other fls-related breakage.
Thanks to Andrew Dunstan for bringing this to my attention.
Diffstat (limited to 'src/port/Makefile')
| -rw-r--r-- | src/port/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Makefile b/src/port/Makefile index ffbe95effc..1bf0963ba7 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -30,7 +30,7 @@ include $(top_builddir)/src/Makefile.global override CPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS) LIBS += $(PTHREAD_LIBS) -OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o inet_net_ntop.o \ +OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o \ noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \ qsort.o qsort_arg.o sprompt.o thread.o |
