diff options
Diffstat (limited to 'sysutils/busybox-unstable/Makefile')
-rw-r--r-- | sysutils/busybox-unstable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/busybox-unstable/Makefile b/sysutils/busybox-unstable/Makefile index 0bf7388feacf..3ce4598dd9d9 100644 --- a/sysutils/busybox-unstable/Makefile +++ b/sysutils/busybox-unstable/Makefile @@ -31,6 +31,7 @@ MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" USES= gmake USE_BZIP2= yes # avoid clang, breaks in findutils/find.c l. 752+, +NO_STAGE= yes # uses a GCC extension/invalid C code: USE_GCC?= 4.2+ |