busybox: fix LDLIBS

This commit is contained in:
Leonid Pliushch 2019-11-11 16:57:58 +02:00
parent a3d12b6314
commit 33d63bca2d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ termux_step_configure() {
-e "s|@TERMUX_HOST_PLATFORM@|${TERMUX_HOST_PLATFORM}|g" \
-e "s|@TERMUX_CFLAGS@|$CFLAGS|g" \
-e "s|@TERMUX_LDFLAGS@|$LDFLAGS|g" \
-e "s|@TERMUX_LDLIBS@|-llog|g" \
-e "s|@TERMUX_LDLIBS@|log|g" \
$TERMUX_PKG_BUILDER_DIR/busybox.config > .config
unset CFLAGS LDFLAGS