Some Linux fixes; some code tidying. Don't redraw status bar so often.

This commit is contained in:
Nicholas Marriott
2008-06-06 17:20:30 +00:00
parent ac332b6e79
commit 6a187bb8d3
9 changed files with 52 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.16 2008-06-05 21:25:00 nicm Exp $
# $Id: GNUmakefile,v 1.17 2008-06-06 17:20:15 nicm Exp $
.PHONY: clean
@ -63,7 +63,7 @@ SRCS+= compat/strlcpy.c compat/strlcat.c compat/strtonum.c
CFLAGS+= $(shell getconf LFS_CFLAGS) -D_GNU_SOURCE \
-DNO_STRLCPY -DNO_STRLCAT -DNO_STRTONUM -DNO_SETPROCTITLE \
-DNO_QUEUE_H -DNO_TREE_H -DUSE_PTY_H
LDFLAGS+= -lresolv -lutil
LDFLAGS+= -lrt -lutil
# Required for LLONG_MAX and friends
CFLAGS+= -std=c99
endif