GNU bug report logs -
#68718
[PATCH] gnu: elfutils: Move inputs to propagated-inputs.
Previous Next
Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>
Date: Thu, 25 Jan 2024 20:02:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 68718 <at> debbugs.gnu.org (full text, mbox):
From: Olivier Dion <olivier.dion <at> polymtl.ca>
zlib and liblzma are required in `lib/pkgconfig/{libdw,libelf}.pc'.
Thus, `lib/pkgconfig/liblzma.pc' and `lib/pkgconfig/zlib.pc' from the xz
and zlib packages must be propagated for pkg-config to work on libdw and
libelf.
* gnu/packages/elf.scm (elfutils): Move packages ...
[inputs]: ... from here ...
[propagated-inputs]: ... to here.
Change-Id: Ic89d226b2392fe821b207302d3b386f9633b981a
---
gnu/packages/elf.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index a100038f14..484f8dfc2c 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -138,7 +138,11 @@ (define-public elfutils
'()))))
(native-inputs (list m4))
- (inputs (list xz zlib))
+ ;; zlib and liblzma are required in `lib/pkgconfig/{libdw,libelf}.pc'.
+ ;; Thus, `lib/pkgconfig/liblzma.pc' and `lib/pkgconfig/zlib.pc' from the
+ ;; xz and zlib packages must be propagated for pkg-config to work on libdw
+ ;; and libelf.
+ (propagated-inputs (list xz zlib))
(home-page "https://sourceware.org/elfutils/")
(synopsis "Collection of utilities and libraries to handle ELF files and
DWARF data")
base-commit: c2cb630061d937e26bcbd5ae7962f692f640a4ee
--
2.41.0
This bug report was last modified 1 year and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.