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@ org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
AgeCommit message (Expand)Author
2017-06-18gnu: pcsc-lite: Update to 1.8.22....Marius Bakke
2017-05-21gnu: ccid: Update to 1.4.27....Marius Bakke
2017-05-20gnu: pcsc-lite: Update to 1.8.21....Marius Bakke
2017-01-16gnu: ccid: Update to 1.4.26....Marius Bakke
2017-01-03gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109]....Marius Bakke
2016-12-19gnu: pcsc-lite: Update to 1.8.19....Marius Bakke
2016-10-31gnu: Add ccid....Marius Bakke
2016-10-27gnu: Add pcsc-lite....Mike Gerwitz
2016-10-26gnu: security-token: Use 'license:' prefix....Marius Bakke
2016-10-26gnu: yubico.scm: Rename to security-token.scm....Marius Bakke