diff options
Diffstat (limited to 'sysutils/busybox/Makefile')
-rw-r--r-- | sysutils/busybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 83da38b53d95..6159c04c1d5a 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -23,6 +23,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+ |