valgrind/dhat-use-datadir.patch
Dirk Mueller 65c073e286 - update to 3.17.0:
* 3.17.0 fixes a number of bugs and adds some functional changes: support for GCC
    11, Clang 11, DWARF5 debuginfo, the 'debuginfod' debuginfo server, and
    some new instructions for Arm64, S390 and POWER.  There are also some tool
    updates.
- drop s390x-z14-vector-support.patch
    0001-lmw-lswi-and-related-PowerPC-insns-aren-t-allowed-on.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=235
2021-03-20 18:34:30 +00:00

14 lines
488 B
Diff

Index: valgrind-3.17.0/dhat/Makefile.am
===================================================================
--- valgrind-3.17.0.orig/dhat/Makefile.am
+++ valgrind-3.17.0/dhat/Makefile.am
@@ -10,7 +10,7 @@ pkginclude_HEADERS = \
dhat.h
# Ensure the viewer components get copied into the install tree.
-dhatdir = $(pkglibexecdir)
+dhatdir = $(pkgdatadir)
dhat_DATA = dh_view.html dh_view.css dh_view.js
#----------------------------------------------------------------------------