diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 22:08:45 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 22:08:45 +0000 |
| commit | d13add828ad7737dea34384e7fc0bf116ffff605 (patch) | |
| tree | 566c9d6e3833c847cf9fd2018cbc3b1a367a48fe /GNUmakefile | |
| parent | 92594c8029db87738aa99262a8275d57ce9e520d (diff) | |
| download | rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.tar.gz rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.tar.bz2 rtmux-d13add828ad7737dea34384e7fc0bf116ffff605.zip | |
More AIX tweaks.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 18b92976..d40aeaff 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.77 2009-03-31 21:24:33 nicm Exp $ +# $Id: GNUmakefile,v 1.78 2009-03-31 22:08:45 nicm Exp $ .PHONY: clean @@ -76,7 +76,7 @@ SRCS+= compat/vis.c compat/strlcpy.c compat/strlcat.c compat/strtonum.c \ CFLAGS+= -DNO_TREE_H -DNO_ASPRINTF -DNO_QUEUE_H -DNO_VSYSLOG \ -DNO_PROGNAME -DNO_STRLCPY -DNO_STRLCAT -DNO_STRTONUM \ -DNO_SETPROCTITLE -DNO_QUEUE_H -DNO_TREE_H -DNO_FORKPTY -DNO_FGETLN \ - -DBROKEN_GETOPT -DBROKEN_POLL + -DBROKEN_GETOPT -DBROKEN_POLL -DNO_PATHS_H LDFLAGS+= -L/usr/local/lib endif |