File libcap-no-version-check.diff of Package libcap1
--- libcap/libcap.h-dist 2008-04-28 18:55:18.000000000 +0200
+++ libcap/libcap.h 2008-04-28 18:57:03.000000000 +0200
@@ -51,6 +51,7 @@ struct _cap_struct {
* Do we match the local kernel?
*/
+#if 0
#if !defined(_LINUX_CAPABILITY_VERSION) || \
(_LINUX_CAPABILITY_VERSION != 0x19980330)
@@ -58,6 +59,7 @@ struct _cap_struct {
# error "file "libcap.h" --> fix and recompile libcap"
#endif
+#endif
/*
* kernel API cap set abstraction