X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/676cec137305e7bd02bc485a2a962ddcd7ec9b20..d3286347177a62bfa7421150f9ddc04e70153722:/packages/busybox/build.sh diff --git a/packages/busybox/build.sh b/packages/busybox/build.sh index 1546e00a..e8cd0331 100755 --- a/packages/busybox/build.sh +++ b/packages/busybox/build.sh @@ -2,18 +2,15 @@ TERMUX_PKG_HOMEPAGE=https://busybox.net/ TERMUX_PKG_DESCRIPTION="Tiny versions of many common UNIX utilities into a single small executable" TERMUX_PKG_ESSENTIAL=yes TERMUX_PKG_VERSION=1.26.2 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL=https://busybox.net/downloads/busybox-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16 TERMUX_PKG_BUILD_IN_SRC=yes # We replace env in the old coreutils package: TERMUX_PKG_CONFLICTS="coreutils (<< 8.25-4)" -# NOTE: sed on mac does not work for building busybox, install gnu-sed with -# homebrew using the --with-default-names option. - termux_step_pre_configure () { - CFLAGS+=" -llog -DTERMUX_EXPOSE_MEMPCPY=1" # Android system liblog.so for syslog + CFLAGS+=" -llog" # Android system liblog.so for syslog } termux_step_configure () {