mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 01:18:52 +00:00
Some do still need -lrt.
This commit is contained in:
parent
3ab25ac5b5
commit
1891f1ce99
4
configure
vendored
4
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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>
|
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
@ -114,7 +114,7 @@ EOF
|
|||||||
EOF
|
EOF
|
||||||
cat <<EOF >>$CONFIG_MK
|
cat <<EOF >>$CONFIG_MK
|
||||||
CFLAGS+= -std=c99 -D_GNU_SOURCE -D_POSIX_SOURCE
|
CFLAGS+= -std=c99 -D_GNU_SOURCE -D_POSIX_SOURCE
|
||||||
LIBS+= -lncurses -lutil -levent
|
LIBS+= -lncurses -lutil -levent -lrt
|
||||||
SRCS+= osdep-linux.c \
|
SRCS+= osdep-linux.c \
|
||||||
compat/closefrom.c \
|
compat/closefrom.c \
|
||||||
compat/fgetln.c \
|
compat/fgetln.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user