aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 20:12:19 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 20:12:19 +0000
commitb7cefe4b6ea258ac4258d24c88746933432ab32d (patch)
tree15b9350c276d90d1c4773ed127306126e864eecb /GNUmakefile
parentbe53d7f298bb81297ff0d186f9ddb585a2e57198 (diff)
downloadrtmux-b7cefe4b6ea258ac4258d24c88746933432ab32d.tar.gz
rtmux-b7cefe4b6ea258ac4258d24c88746933432ab32d.tar.bz2
rtmux-b7cefe4b6ea258ac4258d24c88746933432ab32d.zip
NO_ASPRINTF.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 52a30441..eb7b5e93 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.24 2008-06-18 20:11:25 nicm Exp $
+# $Id: GNUmakefile,v 1.25 2008-06-18 20:12:19 nicm Exp $
.PHONY: clean
@@ -55,7 +55,7 @@ ifeq ($(shell uname),SunOS)
INCDIRS+= -Icompat
SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
- -DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME
+ -DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF
LDFLAGS+= -L/opt/csw/lib
LIBS+= -lsocket -lnsl
endif