]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: Don't check for addr2line
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Mar 2021 17:22:22 +0000 (18:22 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Mar 2021 19:37:51 +0000 (20:37 +0100)
In the past, we used to have this oomtrace.pl script that
attempted to print the stack trace of where an OOM error
occurred and it used addr2line for that. But since v5.8.0-rc1~189
we don't really care about OOM anymore and the script is long
gone so there's no need to check for addr2line program either.

Fixes: 2c52ecd96086b4643b99b4570b5823d40ce2787b
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build

index c81c6ab20556d1228aa39672deabd555fbe1f023..69a7b4c88e7e2bfd14c4fee7a96af8aaa8d407ec 100644 (file)
@@ -925,7 +925,6 @@ endforeach
 # optional programs
 
 optional_programs = [
-  'addr2line',
   'augparse',
   'dmidecode',
   'dnsmasq',