mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tini: don't define -DMINIMAL=ON
-DMINIMAL=ON is not compatible with docker
This commit is contained in:
parent
6a19e7824f
commit
c772700121
@ -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(){
|
||||
|
@ -1,3 +1,6 @@
|
||||
127
|
||||
- Rebuild tini without -DMINIMAL=ON to fix 'docker run --init'
|
||||
|
||||
126
|
||||
- Update to docker 18.09.7
|
||||
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user