[Rpm-maint] [rpm-software-management/rpm] Support build-id generation from compressed ELF files (#653)

Panu Matilainen notifications at github.com
Tue Apr 2 13:53:01 UTC 2019


pmatilai commented on this pull request.



> @@ -487,6 +487,10 @@ AS_IF([test "$WITH_LIBELF" = yes],[
       # If possible we also want the strtab functions from elfutils 0.167.
       # But we can fall back on the (unsupported) ebl alternatives if not.
       AC_CHECK_LIB(dw, dwelf_strtab_init, [HAVE_LIBDW_STRTAB=yes])
+      # whether libdw supports compressed ELF objects
+      AC_CHECK_LIB(dw, dwelf_elf_begin, [
+                   AC_DEFINE(HAVE_DWELF_ELF_BEGIN, 1, [Have dwelf_elf_begin?])

Nah, it ain't broken and it ain't mine, I'm not touching it. Not in autocrap land ;)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/653#discussion_r271315986
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190402/fd280783/attachment.html>


More information about the Rpm-maint mailing list