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@ .png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
AgeCommit message (Expand)Author
2023-12-22gnu: node-lts: Update to 18.19.0....* gnu/packages/node.scm (node-lts): Update to 18.19.0. Change-Id: Ide542157571774da6d70fc114ec095f645a79b8b Signed-off-by: Ludovic Courtès <ludo@gnu.org> TakeV
2023-11-05gnu: node-lts: Update to 18.18.2....* gnu/packages/node.scm (node-lts): Update to 18.18.2. [arguments]<phases>: Add 'install-node-gyp-wrapper phase. Change-Id: I6b17de33313505558a8fa9560126adef486fd0e3 Jelle Licht
2023-08-31gnu: node-lts: Update to 18.17.1....* gnu/packages/node.scm (node-lts): Update to 18.17.1. Jelle Licht
2023-08-31gnu: llhttp-bootstrap: Update to 6.0.11....* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11. Jelle Licht
2023-07-16gnu: libnode: Delete extra phase....This is a follow-up to commit 5dc2a88f99e2e448f7e9ca842a4a0d072a8f8f20. * gnu/packages/node.scm (libnode)[arguments]: Remove phase 'ignore-number-of-hardlinks. Ricardo Wurmus
2023-07-15gnu: node-lts: Install files irrespective of number of hardlinks....* gnu/packages/node.scm (node-lts)[arguments]: Add build phase 'ignore-number-of-hardlinks. Ricardo Wurmus
2023-07-15gnu: node-lts: Simplify snippet....* gnu/packages/node.scm (node-lts)[source]: Remove quasiquote, trailing #T, and IF with explicit booleans. Ricardo Wurmus