|
From: <sv...@va...> - 2010-01-21 10:24:44
|
Author: tom
Date: 2010-01-21 10:24:37 +0000 (Thu, 21 Jan 2010)
New Revision: 11029
Log:
Make generated pkgconfig file reflect the new locations of the
installed libraries. Patch from Jakub Jelinek. Closes #223657.
Modified:
trunk/valgrind.pc.in
Modified: trunk/valgrind.pc.in
===================================================================
--- trunk/valgrind.pc.in 2010-01-21 10:19:46 UTC (rev 11028)
+++ trunk/valgrind.pc.in 2010-01-21 10:24:37 UTC (rev 11029)
@@ -11,6 +11,6 @@
Description: A dynamic binary instrumentation framework
Version: @VERSION@
Requires:
-Libs: -L${libdir}/valgrind/@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lcoregrind -lvex -lgcc
+Libs: -L${libdir}/valgrind -lcoregrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lgcc
Cflags: -I${includedir}
|