archival: note implicit dependencies between lzop & bbunzip

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2013-03-03 00:48:53 -05:00
parent 507f6ea6d2
commit 93b51819cf
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "libbb.h"
#include "bb_archive.h"
/* Note: must be kept in sync with archival/lzop.c */
enum {
OPT_STDOUT = 1 << 0,
OPT_FORCE = 1 << 1,

View File

@ -438,6 +438,7 @@ struct globals {
#define OPTION_STRING "cfvqdt123456789CF"
/* Note: must be kept in sync with archival/bbunzip.c */
enum {
OPT_STDOUT = (1 << 0),
OPT_FORCE = (1 << 1),