summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:35:45 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:35:45 +0000
commit74dfb503a8978e1d994e6ffad86c4a36af536744 (patch)
tree74a3c3fd77f9dd9c50499522c30f4519159da642 /GNUmakefile
parent3085ca7153a9111c7525a6f30d7f9300af9d68be (diff)
Solaris doesn't have TAILQ_REPLACE yet :-(.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4de45126..0b5778d7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.85 2009-04-29 22:25:20 nicm Exp $
+# $Id: GNUmakefile,v 1.86 2009-04-29 22:35:45 nicm Exp $
.PHONY: clean
@@ -98,7 +98,7 @@ SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c \
compat/asprintf.c compat/fgetln.c compat/getopt.c
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
-DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \
- -DBROKEN_GETOPT
+ -DBROKEN_GETOPT -DNO_QUEUE_H
LDFLAGS+= -L/usr/gnu/lib
LIBS+= -lsocket -lnsl
endif