mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-19 11:45:29 +08:00
13 lines
269 B
Diff
13 lines
269 B
Diff
![]() |
--- 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>
|
||
|
|