aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/appletlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index ee8b4ec14..805cd3ae6 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -554,6 +554,7 @@ static inline void parse_config_file(void)
# if ENABLE_FEATURE_SUID && NUM_APPLETS > 0
+# if ENABLE_FEATURE_SUID_CONFIG
/* check if u is member of group g */
static int ingroup(uid_t u, gid_t g)
{
@@ -568,6 +569,7 @@ static int ingroup(uid_t u, gid_t g)
}
return 0;
}
+# endif
static void check_suid(int applet_no)
{