forked from Ivasoft/docker-tvheadend
disable execinfo
This commit is contained in:
@@ -172,6 +172,7 @@ RUN \
|
||||
--disable-avahi \
|
||||
--disable-dbus_1 \
|
||||
--disable-bintray_cache \
|
||||
--disable-execinfo \
|
||||
--disable-hdhomerun_static \
|
||||
--enable-hdhomerun_client \
|
||||
--enable-libav \
|
||||
|
||||
@@ -171,6 +171,7 @@ RUN \
|
||||
--disable-avahi \
|
||||
--disable-dbus_1 \
|
||||
--disable-bintray_cache \
|
||||
--disable-execinfo \
|
||||
--disable-hdhomerun_static \
|
||||
--enable-hdhomerun_client \
|
||||
--enable-libav \
|
||||
|
||||
@@ -171,6 +171,7 @@ RUN \
|
||||
--disable-avahi \
|
||||
--disable-dbus_1 \
|
||||
--disable-bintray_cache \
|
||||
--disable-execinfo \
|
||||
--disable-hdhomerun_static \
|
||||
--enable-hdhomerun_client \
|
||||
--enable-libav \
|
||||
|
||||
@@ -68,8 +68,6 @@ This image provides various versions that are available via tags. `latest` tag u
|
||||
| :----: | --- |
|
||||
| latest | Current latest release. |
|
||||
| release-4.2 | Latest release from 4.2 branch. |
|
||||
| stable-4.2.1 | Old stable version. Will not be updated anymore! |
|
||||
| stable-4.0.9 | Old stable version. Will not be updated anymore! |
|
||||
|
||||
## Application Setup
|
||||
|
||||
@@ -311,6 +309,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **05.01.22:** - Disable execinfo to fix builds.
|
||||
* **11.05.21:** - Added Intel iHD driver support.
|
||||
* **02.06.20:** - Update to Alpine 3.12.
|
||||
* **27.12.19:** - Add requests and perl-json-xs package.
|
||||
|
||||
@@ -23,8 +23,6 @@ development_versions: true
|
||||
development_versions_items:
|
||||
- { tag: "latest", desc: "Current latest release." }
|
||||
- { tag: "release-4.2", desc: "Latest release from 4.2 branch." }
|
||||
- { tag: "stable-4.2.1", desc: "Old stable version. Will not be updated anymore!" }
|
||||
- { tag: "stable-4.0.9", desc: "Old stable version. Will not be updated anymore!" }
|
||||
|
||||
# container parameters
|
||||
common_param_env_vars_enabled: true
|
||||
@@ -126,6 +124,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "05.01.22:", desc: "Disable execinfo to fix builds." }
|
||||
- { date: "11.05.21:", desc: "Added Intel iHD driver support." }
|
||||
- { date: "02.06.20:", desc: "Update to Alpine 3.12." }
|
||||
- { date: "27.12.19:", desc: "Add requests and perl-json-xs package." }
|
||||
|
||||
Reference in New Issue
Block a user