commit 19fb7f115d4aa49c01cb4419af6f7001d4a3eea0
parent bb79b5c7eb9dc5f40bd150aff8a522609a0a2c4d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Fri, 20 Feb 2015 14:38:51 +0100
Add -lrt switch
find(1) uses clock_gettime which in some systems needs -lrt.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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