diff options
author | sin <sin@2f30.org> | 2014-10-08 14:06:08 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-08 14:06:17 +0100 |
commit | 49f2e29c13885e0c9eef0b0267250ec609851a0e (patch) | |
tree | fd63e285e657a871b6dfd0285e4b3cb64d1d3dc3 /config.mk | |
parent | 81f755042d360018f2cd00ccd0a2b440c56c8fe7 (diff) |
Add -lrt to LDFLAGS
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |