We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6719a2 commit bf65d73Copy full SHA for bf65d73
src/port/Makefile
@@ -7,7 +7,7 @@
7
# with broken/missing library files.
8
9
# IDENTIFICATION
10
-# $PostgreSQL: pgsql/src/port/Makefile,v 1.14 2004/05/25 01:00:30 momjian Exp $
+# $PostgreSQL: pgsql/src/port/Makefile,v 1.15 2004/05/30 14:07:47 momjian Exp $
11
#
12
#-------------------------------------------------------------------------
13
@@ -16,10 +16,9 @@ top_builddir = ../..
16
include $(top_builddir)/src/Makefile.global
17
18
override CPPFLAGS := -I$(top_builddir)/src/port $(CPPFLAGS)
19
+LIBS += $(PTHREAD_LIBS)
20
-ifdef LIBOBJS
21
all: libpgport.a
22
-endif
23
24
libpgport.a: $(LIBOBJS)
25
$(AR) $(AROPT) $@ $^
0 commit comments