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-5.1.0/libvtv/Makefile.in 2014-10-30 09:28:58.000000000 +0100 +++ gcc-5.1.0/libvtv/Makefile.in 2015-04-30 09:51:04.161129705 +0200 @@ -15,6 +15,7 @@ @SET_MAKE@ +libvtv_la_LDFLAGS = -Wl,-rpath=$(libdir) VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/local.mk
AgeCommit message (Expand)Author
2021-10-01build: Don’t delete ‘guix-gc.timer’ file....Xinglu Chen
2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...Thiago Jung Bauermann
2021-03-30gnu: guix: Fix openrc init scripts....zimoun
2020-10-27maint: Add 'etc/gnu-store.mount.in' to the distribution....Ludovic Courtès
2020-09-17guix-install.sh: Support OpenRC....Morgan Smith
2020-06-27daemon: Remove OpenSSL hash compatibility wrappers....Ludovic Courtès
2020-05-23build: Add a comment above the sysvinit section....Vincent Legoll
2020-05-17etc: Install mount unit only if it exists....Tobias Geerinckx-Rice
2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only....Tobias Geerinckx-Rice
2020-03-11Add system start-up files for guix-daemon....Danny Milosavljevic