summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-12-08 19:55:31 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-12-08 19:55:31 +0000
commit1891f1ce99ad17e79be41a205fb0f7fce30d7710 (patch)
treef460d1a333fae83e9fe48c7d760e6d18555c8031 /configure
parent3ab25ac5b5bb40eb8842330abdada4e9a8d7f9a0 (diff)
Some do still need -lrt.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3f9500fc..b2330f62 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.58 2010-11-11 20:45:49 nicm Exp $
+# $Id: configure,v 1.59 2010-12-08 19:55:31 nicm Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -114,7 +114,7 @@ EOF
EOF
cat <<EOF >>$CONFIG_MK
CFLAGS+= -std=c99 -D_GNU_SOURCE -D_POSIX_SOURCE
-LIBS+= -lncurses -lutil -levent
+LIBS+= -lncurses -lutil -levent -lrt
SRCS+= osdep-linux.c \
compat/closefrom.c \
compat/fgetln.c \