diff --git a/root-packages/lxc/build.sh b/root-packages/lxc/build.sh index 670f3d0b8..d6f0f87cf 100644 --- a/root-packages/lxc/build.sh +++ b/root-packages/lxc/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Linux Containers" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=3.2.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://linuxcontainers.org/downloads/lxc-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4 TERMUX_PKG_DEPENDS="gnupg, libcap, libseccomp, rsync, wget" @@ -24,10 +25,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-werror " -termux_step_pre_configure() { - export LIBS="-llog" -} - termux_step_post_make_install() { # Simple helper script for mounting cgroups. install -Dm755 "$TERMUX_PKG_BUILDER_DIR"/lxc-setup-cgroups.sh \