mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #4588 from ilya-fedin/tini-not-mininal-9.2
tini: don't define -DMINIMAL=ON
This commit is contained in:
commit
6bd7e983a6
@ -11,8 +11,6 @@ PKG_URL="https://github.com/krallin/tini/archive/${PKG_VERSION}.tar.gz"
|
|||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="Tini is a simplest init system."
|
PKG_LONGDESC="Tini is a simplest init system."
|
||||||
|
|
||||||
PKG_CMAKE_OPTS_TARGET="-DMINIMAL=ON"
|
|
||||||
|
|
||||||
PKG_MAKE_OPTS_TARGET="tini-static"
|
PKG_MAKE_OPTS_TARGET="tini-static"
|
||||||
|
|
||||||
pre_configure_target(){
|
pre_configure_target(){
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
127
|
||||||
|
- Rebuild tini without -DMINIMAL=ON to fix 'docker run --init'
|
||||||
|
|
||||||
126
|
126
|
||||||
- Update to docker 18.09.7
|
- Update to docker 18.09.7
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
PKG_NAME="docker"
|
PKG_NAME="docker"
|
||||||
PKG_VERSION="18.09.7"
|
PKG_VERSION="18.09.7"
|
||||||
PKG_SHA256="f05dc15f5c11635472534c3aaf759c39c1bba842dd1ac23059431c2fd1ae1795"
|
PKG_SHA256="f05dc15f5c11635472534c3aaf759c39c1bba842dd1ac23059431c2fd1ae1795"
|
||||||
PKG_REV="126"
|
PKG_REV="127"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="ASL"
|
PKG_LICENSE="ASL"
|
||||||
PKG_SITE="http://www.docker.com/"
|
PKG_SITE="http://www.docker.com/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user