Skip to content

Commit dd7c841

Browse files
committed
Attempt to fix MSVC builds and other fls-related breakage.
Thanks to Andrew Dunstan for bringing this to my attention.
1 parent d429ebe commit dd7c841

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/port/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include $(top_builddir)/src/Makefile.global
3030
override CPPFLAGS := -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
3131
LIBS += $(PTHREAD_LIBS)
3232

33-
OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o inet_net_ntop.o \
33+
OBJS = $(LIBOBJS) chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o \
3434
noblock.o path.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o \
3535
qsort.o qsort_arg.o sprompt.o thread.o
3636

src/tools/msvc/Mkvcbuild.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ sub mkvcbuild
5353
$solution = CreateSolution($vsVersion, $config);
5454

5555
our @pgportfiles = qw(
56-
chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
57-
getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c erand48.c
58-
snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
56+
chklocale.c crypt.c fls.c fseeko.c getrusage.c inet_aton.c random.c
57+
srandom.c getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
58+
erand48.c snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
5959
pgcheckdir.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
6060
sprompt.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
6161
win32error.c win32setlocale.c);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy