[OpenAFS] patch still needed for openafs 1.3.78

Guillaume Rousse Guillaume.Rousse@inria.fr
Mon, 07 Feb 2005 16:12:28 +0100


This is a multi-part message in MIME format.
--------------030800070207090404020609
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

The following patch is still needed for openafs 1.3.78, otherwise the 
current tree produced by make libafs_tree is not functional, as 
osi_vfs.h is generated in a wrong place.

-- 
A clean and dry set of overalls is a magnet for mud and rain
		-- Murphy's Bush Fire Brigade Laws n°16

--------------030800070207090404020609
Content-Type: text/plain;
 name="openafs-1.3.77-configurefix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="openafs-1.3.77-configurefix.patch"

--- openafs-1.3.77/acinclude.m4~	2004-12-13 20:40:42.000000000 +0100
+++ openafs-1.3.77/acinclude.m4	2005-01-23 00:33:09.452611105 +0100
@@ -546,7 +546,7 @@
 		 OPENAFS_GCC_SUPPORTS_PIPE
 		 AC_SUBST(LINUX_GCC_KOPTS)
 	         ifdef([OPENAFS_CONFIGURE_LIBAFS],
-	           [LINUX_BUILD_VNODE_FROM_INODE(src/config,afs)],
+	           [LINUX_BUILD_VNODE_FROM_INODE(src/config,src/afs)],
 	           [LINUX_BUILD_VNODE_FROM_INODE(${srcdir}/src/config,src/afs/LINUX,${srcdir}/src/afs/LINUX)]
 	         )
 		 LINUX_COMPLETION_H_EXISTS

--------------030800070207090404020609--