From 19fb7f115d4aa49c01cb4419af6f7001d4a3eea0 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Fri, 20 Feb 2015 14:38:51 +0100 Subject: [PATCH] Add -lrt switch find(1) uses clock_gettime which in some systems needs -lrt. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index a944970..961313d 100644 --- a/config.mk +++ b/config.mk @@ -12,4 +12,4 @@ RANLIB = ranlib CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 -Wall -pedantic -LDFLAGS = -s +LDFLAGS = -s # -lrt