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@ .submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2016-12-19Revert "gnu: linux-libre: Update to 4.9."...Mark H Weaver
2016-12-17build: assert-no-store-file-names: Ignore ChangeLog....Ricardo Wurmus
2016-12-14graph: Add d3js backend....Ricardo Wurmus
2016-12-14import: Add importer for rust crates....David Craven
2016-12-14build-system: Add cargo build system....David Craven
2016-12-14gnu: linux-libre: Update to 4.9....Mark H Weaver
2016-12-07gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd sy......Manolis Ragkousis
2016-11-16daemon: Add "builtin:download" derivation builder....Ludovic Courtès
2016-11-16tests: Move HTTP server to (guix tests http)....Ludovic Courtès
2016-10-12build: Make 'assert-no-store-file-names' effective....Ludovic Courtès
2016-10-08build-system: Add asdf-build-system....Andy Patterson