gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / gcc-libvtv-runpath.patch
1 GCC 4.9 and later have libvtv and, just like libstdc++ (see
2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32354), it doesn't
3 have $libdir in its RUNPATH, but it NEEDs libgcc_s. This patch
4 fixes that.
5
6 --- gcc-4.9.2/libvtv/Makefile.in 2014-10-30 09:28:58.000000000 +0100
7 +++ gcc-4.9.2/libvtv/Makefile.in 2015-04-30 09:51:04.161129705 +0200
8 @@ -15,6 +15,7 @@
9
10 @SET_MAKE@
11
12 +AM_LDFLAGS = -Wl,-rpath=$(libdir)
13
14 VPATH = @srcdir@
15 pkgdatadir = $(datadir)/@PACKAGE@