diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild.src | 2 | ||||
-rw-r--r-- | libbb/appletlib.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 29c136ccb..cb1f8e954 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -4,6 +4,8 @@ # # Licensed under the GPL v2, see the file LICENSE in this tarball. +libbb/appletlib.o: include/usage_compressed.h + lib-y:= INSERT diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 58f1a9490..6f058bcc8 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -65,7 +65,7 @@ static const char usage_messages[] ALIGN1 = UNPACKED_USAGE; #if ENABLE_FEATURE_COMPRESS_USAGE -static const char packed_usage[] = { PACKED_USAGE }; +static const char packed_usage[] ALIGN1 = { PACKED_USAGE }; # include "unarchive.h" static const char *unpack_usage_messages(void) { |