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@ 25b3ac541'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-environment-container.sh
containers without '--network'....
AgeCommit message (Expand
2020-10-05environment: Turn "lo" up in network-less containers.2019-01-17gnu: Add graphical installer support....Mathieu Othacehe
Ludovic Courtès
2020-09-21environment: '--link-profile' uses ~/.guix-profile for environment variables....Ludovic Courtès
2020-06-20tests: Actually run 'tests/guix-environment-container.sh'....Ludovic Courtès
2019-10-03environment: '--container' honors '--preserve'....Ludovic Courtès
2019-08-17tests: Move 'guix environment -C --no-cwd' test where it belongs....Ludovic Courtès
2019-04-02environment: '-C' creates namespaces where the user is not root....Ludovic Courtès
2019-03-26environment: Create /etc/group in containers....Ludovic Courtès
2019-03-26environment: Use (gnu build accounts) for /etc/passwd handling....Ludovic Courtès