|
From: <sv...@va...> - 2006-12-26 04:50:18
|
Author: sewardj
Date: 2006-12-26 04:50:12 +0000 (Tue, 26 Dec 2006)
New Revision: 6439
Log:
Fix #134207 (pkg-config output contains @VG_PLATFORM@).
Modified:
trunk/valgrind.pc.in
Modified: trunk/valgrind.pc.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/valgrind.pc.in 2006-12-26 04:42:53 UTC (rev 6438)
+++ trunk/valgrind.pc.in 2006-12-26 04:50:12 UTC (rev 6439)
@@ -4,13 +4,13 @@
includedir=3D@includedir@/valgrind
arch=3D@VG_ARCH@
os=3D@VG_OS@
-platform=3D@VG_PLATFORM@
+platform=3D@VG_PLATFORM_PRI@
valt_load_address=3D@VALT_LOAD_ADDRESS@
=20
Name: Valgrind
Description: A dynamic binary instrumentation framework
Version: @VERSION@
Requires:
-Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
+Libs: -L${libdir}/valgrind/@VG_PLATFORM_PRI@ -lcoregrind -lvex -lgcc
Cflags: -I${includedir}
=20
|