]> git.proxmox.com Git - systemd.git/commitdiff
Add Recommends: libdw1 to systemd-coredump
authorMichael Biebl <biebl@debian.org>
Tue, 18 Jan 2022 17:40:48 +0000 (18:40 +0100)
committerMichael Biebl <biebl@debian.org>
Tue, 18 Jan 2022 17:49:21 +0000 (18:49 +0100)
Starting with v250, systemd-coredump will use libdw/libelf via dlopen()
rather than directly linking against it. It is not a hard dependency but
we want to have it installed by default.
While hard-coding the library name is not ideal, we currently don't have
better means to derive this information automatically.

Closes: #1003879
debian/control

index 18fe3ddabb2214a34fbbed4576e202b0614542c7..965bd553705eed61f15118d494f73eb8f08b9096 100644 (file)
@@ -171,6 +171,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          adduser,
          systemd
+Recommends: libdw1
 Conflicts: core-dump-handler
 Replaces: core-dump-handler
 Provides: core-dump-handler