From 684b6fe8f25b86d8a8e7d208b639385c6fa5639b Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 20 Apr 2015 11:43:59 +0100 Subject: [PATCH] Enable -lrt by default --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 8d4dbe3..45cf37e 100644 --- a/config.mk +++ b/config.mk @@ -13,4 +13,4 @@ RANLIB = ranlib # For NetBSD add -D_NETBSD_SOURCE CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 -Wall -pedantic -LDFLAGS = -s # -lrt +LDFLAGS = -s -lrt