aboutsummaryrefslogtreecommitdiff
path: root/net/vsftpd/patches/004-disable-capabilities.patch
blob: 7aa6330b811b7ded1f90041c7099e269f5d154c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/sysdeputil.c
+++ b/sysdeputil.c
@@ -165,6 +165,9 @@
 #endif
 /* END config */
 
+#undef VSF_SYSDEP_HAVE_CAPABILITIES
+#undef VSF_SYSDEP_HAVE_LIBCAP
+
 /* PAM support - we include our own dummy version if the system lacks this */
 #include <security/pam_appl.h>