Josef Sipek wrote:
On Fri, Jun 09, 2006 at 07:46:31PM +0300, Thomas Backlund wrote:
Josef Sipek wrote:
Unionfs 1.2 has just been released. This release includes a number of
fixes,
and a lot of code cleanup. As we have promised earlier, this release is for
2.6.16 kernels only.
A minor versioning fix ...
Odd...What's your build environment? How do you build unionfs?
Jeff.
Mandriva Linux Cooker, GCC 4.1.1, kernel.org 2.6.16.20 based kernel with
Con Kolivas -ck12 patchset, and some additional drivers...
I used the patch-kernel.sh script in the tarball ....
And I spoke too soon about the patch...
I guess it should be done like the attached patch:
--- unionfs-1.2/Makefile.kernel.old 2006-06-09 10:04:43.000000000 +0300
+++ unionfs-1.2/Makefile.kernel 2006-06-09 20:07:37.000000000 +0300
@@ -1,5 +1,10 @@
-UNIONFS_VERSION = 1.2.0pre
-EXTRA_CFLAGS+=-DUNIONFS_VERSION=\"${UNIONFS_VERSION}\"
+UNIONFS_VERSION = 1.2.0
+SUP_MAJOR= 2
+SUP_MINOR= 6
+SUP_PATCH= 16
+
+EXTRA_CFLAGS+=-DUNIONFS_VERSION=\"${UNIONFS_VERSION}\"
-DSUP_MAJOR=${SUP_MAJOR} -DSUP_MINOR=${SUP_MINOR} -DSUP_PATCH=${SUP_PATCH}
+
# This will enable full debugging support
# EXTRA_CFLAGS+=-DUNIONFS_DEBUG
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs