Derrick J Brashear wrote:
On Sat, 22 Jan 2005, Guillaume Rousse wrote:

The point is: how would it change, otherwise as inside the source code ?

I think I found an exemple with the rlim stuff in 2.6.10, that is handled by configure step :/


Right, this is what we've been trying to explain.
For the moment, I left the dkms idea, and just shipped the source alone, as for the official package.

BTW, I found a little bug in the configure-libafs script, making vfs.h header generated in the wrong directory. Here is a patch fixing this.
--
Anything the Army says is man-portable, isn't
-- Murphy's New Military Laws n�15
--- 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

Reply via email to