blob: b6df4ab2b35ab22309cbaa2306cb620745c7a6d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
diff -ruN valgrind-3.2.2/valgrind.pc.in valgrind-3.2.2-fixed/valgrind.pc.in
--- valgrind-3.2.2/valgrind.pc.in 2007-01-02 15:52:30.000000000 +0100
+++ valgrind-3.2.2-fixed/valgrind.pc.in 2007-01-25 18:54:13.478053000 +0100
@@ -4,13 +4,13 @@
includedir=@includedir@/valgrind
arch=@VG_ARCH@
os=@VG_OS@
-platform=@VG_PLATFORM_PRI@
+platform=@VG_ARCH@-@VG_OS@
valt_load_address=@VALT_LOAD_ADDRESS@
Name: Valgrind
Description: A dynamic binary instrumentation framework
Version: @VERSION@
Requires:
-Libs: -L${libdir}/valgrind/@VG_PLATFORM_PRI@ -lcoregrind -lvex -lgcc
+Libs: -L${libdir}/valgrind/@VG_ARCH@-@VG_OS@ -lcoregrind -lvex -lgcc
Cflags: -I${includedir}
|