diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-04-24 18:04:57 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-04-24 18:04:57 +0000 |
commit | 560087d6518a3dd34a02407c5feb12225091d6a4 (patch) | |
tree | a21f0c918529187c89bf102131c27ad757874586 /net-ftp/proftpd/files | |
parent | Added ~ppc64; bug #218794 (diff) | |
download | gentoo-2-560087d6518a3dd34a02407c5feb12225091d6a4.tar.gz gentoo-2-560087d6518a3dd34a02407c5feb12225091d6a4.tar.bz2 gentoo-2-560087d6518a3dd34a02407c5feb12225091d6a4.zip |
Fix bug #218850.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-ftp/proftpd/files')
-rw-r--r-- | net-ftp/proftpd/files/proftpd-1.3.1-bug218850.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.1-bug218850.patch b/net-ftp/proftpd/files/proftpd-1.3.1-bug218850.patch new file mode 100644 index 000000000000..3e2adf34ea5c --- /dev/null +++ b/net-ftp/proftpd/files/proftpd-1.3.1-bug218850.patch @@ -0,0 +1,12 @@ +--- lib/libcap/libcap.h 2008-04-24 19:46:29.475883739 +0200 ++++ lib/libcap/libcap.h 2008-04-24 19:48:31.116088563 +0200 +@@ -52,7 +52,8 @@ + */ + + #if !defined(_LINUX_CAPABILITY_VERSION) || \ +- (_LINUX_CAPABILITY_VERSION != 0x19980330) ++ ((_LINUX_CAPABILITY_VERSION != 0x19980330) && \ ++ (_LINUX_CAPABILITY_VERSION != 0x20071026)) + + # error "Kernel <linux/capability.h> does not match library" + # error "file "libcap.h" --> fix and recompile libcap" |