package/sysprof: disable debuginfod support
This fixes building sysprof when elfutils is also selected (which is a common setup). The debuginfod client support relies in elfutils being built with the libdebuginfod option enabled; but Buildroot unconditionally disables it in the elfutils package. See commit [1]. [1]52c5c6050cSigned-off-by: Adrian Perez de Castro <aperez@igalia.com> [Julien: add link to commit disabling debuginfod] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit8d01dfebd3) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
6b55553337
commit
26fd8eb217
@@ -12,6 +12,7 @@ SYSPROF_LICENSE = GPL-3.0+
|
||||
SYSPROF_LICENSE_FILES = COPYING
|
||||
SYSPROF_DEPENDENCIES = libglib2 libdex libunwind json-glib polkit
|
||||
SYSPROF_CONF_OPTS = \
|
||||
-Ddebuginfod=disabled \
|
||||
-Ddevelopment=false \
|
||||
-Dexamples=false \
|
||||
-Dgtk=false \
|
||||
|
||||
Reference in New Issue
Block a user