tAdd -lrt to LDFLAGS - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 49f2e29c13885e0c9eef0b0267250ec609851a0e
 (DIR) parent 81f755042d360018f2cd00ccd0a2b440c56c8fe7
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed,  8 Oct 2014 14:06:08 +0100
       
       Add -lrt to LDFLAGS
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -9,4 +9,4 @@ CC = cc
        LD = $(CC)
        CPPFLAGS = -DVERSION=\"${VERSION}\"
        CFLAGS   = -I/usr/local/include -Wall -Wunused $(CPPFLAGS)
       -LDFLAGS  = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave
       +LDFLAGS  = -L/usr/local/lib -lrt -ltoxcore -ltoxav -ltoxencryptsave