GCC 4.9 and later have libvtv and, just like libstdc++ (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32354), it doesn't have $libdir in its RUNPATH, but it NEEDs libgcc_s. This patch fixes that. --- gcc-4.9.2/libvtv/Makefile.in 2014-10-30 09:28:58.000000000 +0100 +++ gcc-4.9.2/libvtv/Makefile.in 2015-04-30 09:51:04.161129705 +0200 @@ -15,6 +15,7 @@ @SET_MAKE@ +AM_LDFLAGS = -Wl,-rpath=$(libdir) VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ ng' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/containers.scm
AgeCommit message (Expand)Author
2019-07-19linux-container: Add 'eval/container'....Ludovic Courtès
2019-04-02linux-container: Make the guest UID and GID a parameter....Ludovic Courtès
2017-05-31tests: Fix race condition in 'container-excursion*' test....Ludovic Courtès
2017-02-07linux-container: Add 'container-excursion*'....Ludovic Courtès
2016-11-13tests: Don't check file-systems in container tests....Andy Patterson
2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès
2016-10-19container: Allow 'container-excursion' to the same namespaces....Ludovic Courtès
2016-06-25tests: Skip all the container tests when needed....Ludovic Courtès
2016-05-31container: Gracefully report mount errors in the child process....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2015-11-03build: container: Add feature test predicates....David Thompson