aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gcc-libvtv-runpath.patch
blob: df74363c83116dab1822d50cc7205dadfbedde96 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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@
date to 0.14.1 [fixes CVE-2018-10873]....Marius Bakke 2018-09-11gnu: usbredir: Update to 0.8.0....Marius Bakke 2018-08-11gnu: virt-viewer: Update to 7.0....Tobias Geerinckx-Rice 2018-08-11gnu: spice-gtk: Update to 0.35....Tobias Geerinckx-Rice 2018-06-15gnu: spice-protocol: Update to 0.12.14....Tobias Geerinckx-Rice 2018-04-24gnu: virt-viewer: Update to 6.0....Rutger Helling 2018-03-26gnu: usbredir: Build without '-Werror'....Ludovic Courtès 2018-03-13gnu: usbredir: Declare a source file-name....Efraim Flashner 2018-01-21gnu: spice: Use HTTPS for spice-space.org home pages....Tobias Geerinckx-Rice 2018-01-21gnu: spice-gtk: Update to 0.34....Tobias Geerinckx-Rice 2017-12-04gnu: spice: Update to 0.14.0....Andy Patterson 2017-10-19gnu: spice-gtk: Enable GObject introspection support....Andy Patterson 2017-07-13gnu: spice-protocol: Update to 0.12.13....Leo Famulari 2017-07-12gnu: spice: Fix CVE-2017-7506....Leo Famulari 2017-07-12gnu: usbredir: Use HTTPS home-page URL....Leo Famulari 2017-07-12gnu: virt-viewer: Update to 5.0....Leo Famulari