Skip to content

Commit bf65d73

Browse files
committed
Add thread library to libpgport creation.
1 parent c6719a2 commit bf65d73

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/port/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# with broken/missing library files.
88

99
# IDENTIFICATION
10-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.14 2004/05/25 01:00:30 momjian Exp $
10+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.15 2004/05/30 14:07:47 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -16,10 +16,9 @@ top_builddir = ../..
1616
include $(top_builddir)/src/Makefile.global
1717

1818
override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS)
19+
LIBS += $(PTHREAD_LIBS)
1920

20-
ifdef LIBOBJS
2121
all: libpgport.a
22-
endif
2322

2423
libpgport.a: $(LIBOBJS)
2524
$(AR) $(AROPT) $@ $^

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