[dev] [sbase][PATCH 1/2] Add -lrt switch

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Fri, 20 Feb 2015 14:38:51 +0100

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..b375d6d 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -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
-- 
2.1.2.532.g19b5d50
Received on Fri Feb 20 2015 - 14:38:51 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 20 2015 - 14:48:07 CET