aboutsummaryrefslogtreecommitdiff
path: root/src/port/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/Makefile')
-rw-r--r--src/port/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/port/Makefile b/src/port/Makefile
index bfe1feb0d42..b3754d8940a 100644
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -84,10 +84,6 @@ libpgport.a: $(OBJS)
rm -f $@
$(AR) $(AROPT) $@ $^
-# getaddrinfo.o and getaddrinfo_shlib.o need PTHREAD_CFLAGS (but getaddrinfo_srv.o does not)
-getaddrinfo.o: CFLAGS+=$(PTHREAD_CFLAGS)
-getaddrinfo_shlib.o: CFLAGS+=$(PTHREAD_CFLAGS)
-
# thread.o and thread_shlib.o need PTHREAD_CFLAGS (but thread_srv.o does not)
thread.o: CFLAGS+=$(PTHREAD_CFLAGS)
thread_shlib.o: CFLAGS+=$(PTHREAD_CFLAGS)