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 1ae7141 commit 89f3fdcCopy full SHA for 89f3fdc
contrib/pg_dtm/dtmd/Makefile
@@ -2,7 +2,7 @@ CC=gcc
2
CFLAGS=-g -Wall -Iinclude -D_LARGEFILE64_SOURCE # -DDEBUG
3
LIBUV_PREFIX=$(HOME)/libuv-build
4
LIBUV_CFLAGS=-I"$(LIBUV_PREFIX)/include" -L"$(LIBUV_PREFIX)/lib"
5
-LIBUV_LDFLAGS=-luv -pthread
+LIBUV_LDFLAGS=-luv -pthread -lrt
6
7
SYSTEM=$(shell uname -s)
8
ifeq ($(SYSTEM),Darwin)
0 commit comments