From: Fredrik Fornwall Date: Sun, 5 Mar 2017 22:46:48 +0000 (+0100) Subject: busybox: We no longer need -DTERMUX_EXPOSE_MEMPCPY X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/11f23d1ccd117b10392c00e46291693df5be6387 busybox: We no longer need -DTERMUX_EXPOSE_MEMPCPY --- diff --git a/packages/busybox/build.sh b/packages/busybox/build.sh index 1549aaef..e8cd0331 100755 --- a/packages/busybox/build.sh +++ b/packages/busybox/build.sh @@ -9,11 +9,8 @@ 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 () {