[hackers] [sbase] Add -lrt switch || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 20 Feb 2015 14:48:26 +0100 (CET)

commit 85f43beacf54578e22614b3da29221a2fea2feb0
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_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
Received on Fri Feb 20 2015 - 14:48:26 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 20 2015 - 15:00:14 CET