]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix undefined references in valgrind.pc.in (Ingmar Vanhassel).
authorJulian Seward <jseward@acm.org>
Tue, 24 Feb 2009 14:42:57 +0000 (14:42 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 24 Feb 2009 14:42:57 +0000 (14:42 +0000)
Fixes #134207.

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9252

valgrind.pc.in

index bd03509100a97b884e16824ee990bf46236ee1b8..1169f5bca60945e177e7cfd5b3c7dc4651ed2ff8 100644 (file)
@@ -2,7 +2,7 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@/valgrind
-arch=@VG_ARCH@
+arch=@VG_ARCH_MAX@
 os=@VG_OS@
 platform=@VG_PLATFORM_PRI@
 valt_load_address=@VALT_LOAD_ADDRESS@
@@ -11,6 +11,6 @@ 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_MAX@-@VG_OS@ -lcoregrind -lvex -lgcc
 Cflags: -I${includedir}