diff --git a/src/tools/unzip/Jamfile b/src/tools/unzip/Jamfile index 6ca3b0a422..49630bdb2a 100644 --- a/src/tools/unzip/Jamfile +++ b/src/tools/unzip/Jamfile @@ -6,9 +6,13 @@ if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) { DEFINES += HAVE_TERMIOS_H=1 HAS_JUNK_EXTRA_FIELD_OPTION=1 ; } +# avoid building host unzip with DEBUG, as that would pollute the build +# with lots of unwanted output when unzip gets invoked. +DEBUG = 0 ; + USES_BE_API on libunzip.a unzip = true ; -BuildPlatformStaticLibrary libunzip.a : +BuildPlatformStaticLibrary libunzip.a : crc32.c ttyio.c crctab.c