diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch b/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch deleted file mode 100644 index f72e9ca03a..0000000000 --- a/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | |||
2 | Upstream-Status: Inappropriate [embedded config] | ||
3 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
4 | |||
5 | Index: valgrind-3.10.0/none/tests/Makefile.am | ||
6 | =================================================================== | ||
7 | --- valgrind-3.10.0.orig/none/tests/Makefile.am | ||
8 | +++ valgrind-3.10.0/none/tests/Makefile.am | ||
9 | @@ -280,7 +280,6 @@ threaded_fork_LDADD = -lpthread | ||
10 | threadederrno_LDADD = -lpthread | ||
11 | tls_SOURCES = tls.c tls2.c | ||
12 | tls_DEPENDENCIES = tls.so tls2.so | ||
13 | -tls_LDFLAGS = -Wl,-rpath,$(abs_top_builddir)/none/tests | ||
14 | tls_LDADD = tls.so tls2.so -lpthread | ||
15 | tls_so_SOURCES = tls_so.c | ||
16 | tls_so_DEPENDENCIES = tls2.so | ||
17 | @@ -288,7 +287,7 @@ if VGCONF_OS_IS_DARWIN | ||
18 | tls_so_LDFLAGS = -dynamic -dynamiclib -all_load -fpic | ||
19 | tls_so_LDADD = `pwd`/tls2.so | ||
20 | else | ||
21 | - tls_so_LDFLAGS = -Wl,-rpath,$(abs_top_builddir)/none/tests -shared -fPIC | ||
22 | + tls_so_LDFLAGS = -shared -fPIC | ||
23 | tls_so_LDADD = tls2.so | ||
24 | endif | ||
25 | tls_so_CFLAGS = $(AM_CFLAGS) -fPIC | ||