From 99821f00530766e658060e90c51b21ff0eed1226 Mon Sep 17 00:00:00 2001 From: Ron Yorston <rmy@pobox.com> Date: Fri, 26 Oct 2018 09:25:40 +0100 Subject: libbb: add missing define that breaks non-default builds --- libbb/appletlib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 7df75c665..add609b78 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -53,6 +53,8 @@ || ENABLE_FEATURE_SH_STANDALONE \ || ENABLE_FEATURE_SH_NOFORK)) # define IF_FULL_LIST_OPTION(...) __VA_ARGS__ +#else +# define IF_FULL_LIST_OPTION(...) #endif #include "usage_compressed.h" -- cgit v1.2.3-55-g6feb