commit 85f43beacf54578e22614b3da29221a2fea2feb0 Author: Roberto E. Vargas Caballero <[email protected]> Date: Fri Feb 20 14:38:51 2015 +0100
Add -lrt switch
find(1) uses clock_gettime which in some systems needs -lrt.
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
