chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bccd6e2
)
busybox: We no longer need -DTERMUX_EXPOSE_MEMPCPY
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 5 Mar 2017 22:46:48 +0000
(23:46 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 5 Mar 2017 22:46:48 +0000
(23:46 +0100)
packages/busybox/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/busybox/build.sh
b/packages/busybox/build.sh
index 1549aaef0dd7ae4e3ac6801c416e578ecc7d9c9a..e8cd0331a717ac5a436fdb2daef53186975b6c34 100755
(executable)
--- 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 () {