- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
<acox@cv.telegroup.com>
This commit is contained in:
parent
250ee8b3ef
commit
238a9fa8d0
1
CREDITS
1
CREDITS
|
@ -9,6 +9,7 @@ Andreas Steinmetz <ast@domdv.de> - Shadow password expiry support
|
||||||
Andrew McGill <andrewm@datrix.co.za> - SCO fixes
|
Andrew McGill <andrewm@datrix.co.za> - SCO fixes
|
||||||
Andrew Stribblehill <a.d.stribblehill@durham.ac.uk> - Bugfixes
|
Andrew Stribblehill <a.d.stribblehill@durham.ac.uk> - Bugfixes
|
||||||
Andy Sloane <andy@guildsoftware.com> - bugfixes
|
Andy Sloane <andy@guildsoftware.com> - bugfixes
|
||||||
|
Aran Cox <acox@cv.telegroup.com> - SCO bugfixes
|
||||||
Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
|
Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
|
||||||
Ben Lindstrom <mouring@pconline.com> - NeXT support
|
Ben Lindstrom <mouring@pconline.com> - NeXT support
|
||||||
Ben Taylor <bent@clark.net> - Solaris debugging and fixes
|
Ben Taylor <bent@clark.net> - Solaris debugging and fixes
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
20000831
|
||||||
|
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
|
||||||
|
<acox@cv.telegroup.com>
|
||||||
|
|
||||||
20000830
|
20000830
|
||||||
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
|
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
|
||||||
- (djm) Periodically rekey arc4random
|
- (djm) Periodically rekey arc4random
|
||||||
|
|
|
@ -169,6 +169,7 @@ case "$host" in
|
||||||
LIBS="$LIBS -lgen -lsocket"
|
LIBS="$LIBS -lgen -lsocket"
|
||||||
;;
|
;;
|
||||||
*-*-sco3*)
|
*-*-sco3*)
|
||||||
|
AC_DEFINE(USE_PIPES)
|
||||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||||
MANTYPE='$(CATMAN)'
|
MANTYPE='$(CATMAN)'
|
||||||
|
|
Loading…
Reference in New Issue