[SCM] kodi/master: Set configure options --disable-maintainer-mode --disable-silent-rules (unused now but might be added in future).

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Oct 3 20:49:25 UTC 2017


The following commit has been merged in the master branch:
commit 84c62638adb14026f90e340c31579dac2379f88c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 3 21:45:50 2017 +0200

    Set configure options --disable-maintainer-mode --disable-silent-rules (unused now but might be added in future).

diff --git a/debian/rules b/debian/rules
index 1e151ae..a66f2d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,9 @@ export DEB_CPPFLAGS_MAINT_APPEND = -D_XBMC
 
 # List of options to pass to _any_ configure.
 CORE_CONFIG_OPTIONS ?= --host=$(DEB_HOST_GNU_TYPE) \
+  --disable-maintainer-mode \
   --disable-dependency-tracking \
+  --disable-silent-rules \
 
 # List of options to pass to configure of Kodi. Can be overridden.
 # Extra options can simply be passed using KODI_CONFIG_EXTRA_OPTIONS env

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list