| 1 |
Backport of valgrind-3.7.0-automake-1.11.2.patch
|
| 2 |
|
| 3 |
Retain the old behavior of the build system even with automake 1.11.3.
|
| 4 |
|
| 5 |
Reported-by: Oleg Bulatov <dmage@bk.ru>
|
| 6 |
X-Gentoo-Bug: 397429
|
| 7 |
X-Gentoo-Bug: 403779
|
| 8 |
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=397429
|
| 9 |
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=403779
|
| 10 |
X-KDE-Bug: 290719
|
| 11 |
X-KDE-Bug-URL: https://bugs.kde.org/show_bug.cgi?id=290719
|
| 12 |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
| 13 |
|
| 14 |
diff -Naur valgrind-3.6.1.orig//Makefile.am valgrind-3.6.1/Makefile.am
|
| 15 |
--- valgrind-3.6.1.orig//Makefile.am 2010-10-20 16:19:45.000000000 -0400
|
| 16 |
+++ valgrind-3.6.1/Makefile.am 2012-02-16 20:27:23.000000000 -0500
|
| 17 |
@@ -57,7 +57,8 @@
|
| 18 |
# default.supp, as it is built from the base .supp files at compile-time.
|
| 19 |
dist_noinst_DATA = $(SUPP_FILES)
|
| 20 |
|
| 21 |
-pkglib_DATA = default.supp
|
| 22 |
+vgdatadir = $(pkglibdir)
|
| 23 |
+vgdata_DATA = default.supp
|
| 24 |
|
| 25 |
pkgconfigdir = $(libdir)/pkgconfig
|
| 26 |
pkgconfig_DATA = valgrind.pc
|