[hackers] [sbase] Enable -lrt by default || sin

From: <git_AT_suckless.org>
Date: Mon, 20 Apr 2015 12:44:23 +0200 (CEST)

commit 684b6fe8f25b86d8a8e7d208b639385c6fa5639b
Author: sin <sin_AT_2f30.org>
Date: Mon Apr 20 11:43:59 2015 +0100

    Enable -lrt by default

diff --git a/config.mk b/config.mk
index 8d4dbe3..45cf37e 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -13,4 +13,4 @@ RANLIB = ranlib
 # For NetBSD add -D_NETBSD_SOURCE
 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
 CFLAGS = -std=c99 -Wall -pedantic
-LDFLAGS = -s # -lrt
+LDFLAGS = -s -lrt
Received on Mon Apr 20 2015 - 12:44:23 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 20 2015 - 12:48:11 CEST