a29c7b8b22
* maketemp now creates an empty file with the given name, instead of merely returning the name of a nonexistent file. This closes a security hole. (Now it builds on Darwin/MacOSX; no more 'sigstack' linking error.)
13 lines
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-ad,v 1.2 2004/09/20 07:58:20 adam Exp $
|
|
|
|
--- Makefile.in.orig Fri May 7 18:51:27 2004
|
|
+++ Makefile.in Fri May 7 18:49:11 2004
|
|
@@ -41,7 +41,7 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = $(exec_prefix)/bin
|
|
-infodir = $(prefix)/info
|
|
+infodir = $(prefix)/$(INFO_DIR)
|
|
|
|
MDEFINES = CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \
|
|
prefix='$(prefix)' exec_prefix='$(exec_prefix)' \
|