From 44e10367f2ef64428e1ce6e4534814d91f531eb1 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 23 May 2007 14:10:29 +0000 Subject: vsftpd: Fix dependencies. Fix uclibc support. --- packages/vsftpd/vsftpd-2.0.5/syscall.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/vsftpd/vsftpd-2.0.5/syscall.patch (limited to 'packages/vsftpd/vsftpd-2.0.5/syscall.patch') diff --git a/packages/vsftpd/vsftpd-2.0.5/syscall.patch b/packages/vsftpd/vsftpd-2.0.5/syscall.patch new file mode 100644 index 0000000000..b91cd5392b --- /dev/null +++ b/packages/vsftpd/vsftpd-2.0.5/syscall.patch @@ -0,0 +1,12 @@ +Index: vsftpd-2.0.5/sysdeputil.c +=================================================================== +--- vsftpd-2.0.5.orig/sysdeputil.c 2007-05-20 21:20:01.000000000 +0200 ++++ vsftpd-2.0.5/sysdeputil.c 2007-05-20 21:20:28.000000000 +0200 +@@ -159,7 +159,6 @@ + #include + #include + #include +-_syscall2(int, capset, cap_user_header_t, header, const cap_user_data_t, data) + /* Gross HACK to avoid warnings - linux headers overlap glibc headers */ + #undef __NFDBITS + #undef __FDMASK -- cgit v1.2.3