tini: don't define -DMINIMAL=ON

-DMINIMAL=ON is not compatible with docker
This commit is contained in:
Ilya Fedin 2020-09-18 11:55:35 +04:00
parent 6a19e7824f
commit c772700121
3 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,6 @@ PKG_URL="https://github.com/krallin/tini/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Tini is a simplest init system."
PKG_CMAKE_OPTS_TARGET="-DMINIMAL=ON"
PKG_MAKE_OPTS_TARGET="tini-static"
pre_configure_target(){

View File

@ -1,3 +1,6 @@
127
- Rebuild tini without -DMINIMAL=ON to fix 'docker run --init'
126
- Update to docker 18.09.7

View File

@ -5,7 +5,7 @@
PKG_NAME="docker"
PKG_VERSION="18.09.7"
PKG_SHA256="f05dc15f5c11635472534c3aaf759c39c1bba842dd1ac23059431c2fd1ae1795"
PKG_REV="126"
PKG_REV="127"
PKG_ARCH="any"
PKG_LICENSE="ASL"
PKG_SITE="http://www.docker.com/"