diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/busybox | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) | |
download | ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip |
Notes
Diffstat (limited to 'sysutils/busybox')
-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+ |