This patch is to make sure that `libncurses' is among the `NEEDED' dependencies of `libreadline.so' and `libhistory.so'. Failing to do that, applications linking against Readline are forced to explicitly link against libncurses as well; in addition, this trick doesn't work when using GNU ld's `--as-needed'. --- shlib/Makefile.in 2009-01-06 18:03:22.000000000 +0100 +++ shlib/Makefile.in 2009-07-27 14:43:25.000000000 +0200 @@ -84,7 +84,7 @@ SHOBJ_LDFLAGS = @SHOBJ_LDFLAGS@ SHOBJ_XLDFLAGS = @SHOBJ_XLDFLAGS@ SHOBJ_LIBS = @SHOBJ_LIBS@ -SHLIB_XLDFLAGS = @LDFLAGS@ @SHLIB_XLDFLAGS@ +SHLIB_XLDFLAGS = @LDFLAGS@ @SHLIB_XLDFLAGS@ -lncurses SHLIB_LIBS = @SHLIB_LIBS@ SHLIB_DOT = @SHLIB_DOT@ name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pciutils.scm
AgeCommit message (Expand)Author
2024-12-03gnu: pciutils: Support the 64bit Hurd....* gnu/packages/patches/pciutils-hurd64.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/pciutils.scm (pciutils)[arguments]: Use g-expressions. When building for the 64bit Hurd, use it in new "apply-hurd64-patch" phase. Change-Id: I8936377da726681b748cc010e1fbae3fb19dee05 Janneke Nieuwenhuizen
2024-08-31gnu: hwdata: Update to 0.374....* gnu/packages/pciutils.scm (hwdata): Update to 0.374. [arguments]: Don't modify #:phases. [outputs]: Keep only "out" for pkg-config file. (pciutils)[native-inputs]: Replace hwdata to "out" output. * gnu/packages/graphics.scm (mangohub)[inputs]: Likewise. * gnu/packages/kde-plasma.scm (kwin)[inputs]: Likewise. * gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Likewise. * gnu/packages/wm.scm (wlroots)[native-inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Hilton Chain
2024-05-06Revert "gnu: hwdata: Update to 0.378."...This reverts commit 7ed5a336bdbbe7499a040a6674327096fc433b69. This introduces too many rebuilds. It should be applied onte "core-updates" instead. Change-Id: I088b123776a8914be2d22762afcce5b48f346bf0 Nicolas Goaziou
2024-05-06gnu: hwdata: Update to 0.378....* gnu/packages/pciutils.scm (hwdata): Update to 0.378. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I7200477ce06280913802e94cd5ef6d9639b8de9f Daniel Ziltener