8000 Add -lrt flag to dtmd makefile. · postgrespro/postgres_cluster@89f3fdc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89f3fdc

Browse files
committed
Add -lrt flag to dtmd makefile.
1 parent 1ae7141 commit 89f3fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_dtm/dtmd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC=gcc
22
CFLAGS=-g -Wall -Iinclude -D_LARGEFILE64_SOURCE # -DDEBUG
33
LIBUV_PREFIX=$(HOME)/libuv-build
44
LIBUV_CFLAGS=-I"$(LIBUV_PREFIX)/include" -L"$(LIBUV_PREFIX)/lib"
5-
LIBUV_LDFLAGS=-luv -pthread
5+
LIBUV_LDFLAGS=-luv -pthread -lrt
66

77
SYSTEM=$(shell uname -s)
88
ifeq ($(SYSTEM),Darwin)

0 commit comments

Comments
 (0)
0