66a3fea37a
While here, * set LICENSE=gnu-gpl-v2 * marked as user-destdir installation ready * switch to use system argp * add missing zlib buildlink News for the 2.0.4 release Fixed x11 forwarding bug in the lsh client. News for the 2.0.3 release At startup, lshd now tries to close any spurious open file descriptors. New test case for lshd fd leakage. lshd --daemonic --no-syslog now sets up a proper daemonic environment, except that log messages are still sent to stderr. Improved testing of this feature.
15 lines
530 B
Text
15 lines
530 B
Text
$NetBSD: patch-ab,v 1.3 2010/03/13 04:40:12 obache Exp $
|
|
|
|
--- src/Makefile.in.orig 2007-06-04 20:14:58.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -1164,10 +1164,6 @@ depend:
|
|
|
|
# This is GNU make specific
|
|
|
|
-%.x: % $(srcdir)/scm/gaba.scm $(srcdir)/scm/compiler.scm
|
|
- $(SCHEME) -e main -l $(srcdir)/scm/compiler.scm \
|
|
- -s $(srcdir)/scm/gaba.scm <$< >$@T
|
|
- test -s $@T && mv -f $@T $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|