cd33e4b7e4
this fixes the issue that caused CVE-2009-1603 "go ahead" douglas santos (MAINTAINER)
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.3 2009/05/31 16:51:07 jasper Exp $
|
|
--- doc/Makefile.in.orig Thu May 7 07:23:20 2009
|
|
+++ doc/Makefile.in Sun May 31 09:48:51 2009
|
|
@@ -234,7 +234,7 @@ libexecdir = @libexecdir@
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
lt_ECHO = @lt_ECHO@
|
|
-mandir = @mandir@
|
|
+mandir = @prefix@/man
|
|
mkdir_p = @mkdir_p@
|
|
oldincludedir = @oldincludedir@
|
|
openscincludedir = @openscincludedir@
|