diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-12 22:51:39 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-12 22:51:39 +0000 |
commit | 70d779590840164e3bda1c183ade00872d9786c2 (patch) | |
tree | 27f764a16129678c3724a777ed439c95c5a7028b /configure | |
parent | 6da18acb1373d5555240a0d7779c012a20cf443b (diff) |
Don't use the fd passing code in ipc.c on SunOS since it doesn't seem to be
supported there.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -681,6 +681,7 @@ IRIX ) SunOS ) echo 'EFLAGS+=-lresolv -lnsl -lsocket' >> Makefile.settings echo 'STRIP=\# skip strip' >> Makefile.settings + echo '#define NO_FD_PASSING' >> config.h ;; AIX ) echo 'EFLAGS+=-Wl,-brtl' >> Makefile.settings |