From a68b5c32a4eb0d09ecce0746b6973aad5621f1db Mon Sep 17 00:00:00 2001 From: cvh Date: Sun, 18 Feb 2018 21:23:53 +0100 Subject: [PATCH] add some build options - disable-avahi to prevent error at buildlog - disable-dbus_1 to prevent error at buildlog - disable-bintray_cache to prevent known problems with that cache - enable-trace to allow the usage of advanced debug functions (this is a devel branch) --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2bc6a7e..aaa3b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -166,10 +166,14 @@ RUN \ --enable-libx265 \ \ `#Options` \ + --disable-avahi \ + --disable-dbus_1 \ + --disable-bintray_cache \ --disable-hdhomerun_static \ --enable-hdhomerun_client \ --enable-libav \ --enable-pngquant \ + --enable-trace \ --enable-vaapi \ --infodir=/usr/share/info \ --localstatedir=/var \