[tbb] Use of proxy library implies use of TBB malloc, update .pc accordingly

Petr Machata pmachata at fedoraproject.org
Thu Jun 7 19:56:16 UTC 2012


commit 6763cfb656656ea361a03031685daabb293ca22b
Author: Petr Machata <pmachata at redhat.com>
Date:   Thu Jun 7 21:56:02 2012 +0200

    Use of proxy library implies use of TBB malloc, update .pc accordingly

 tbbmalloc_proxy.pc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tbbmalloc_proxy.pc b/tbbmalloc_proxy.pc
index 7bfb0aa..bbfcd48 100644
--- a/tbbmalloc_proxy.pc
+++ b/tbbmalloc_proxy.pc
@@ -2,4 +2,4 @@ Name: Threading Building Blocks Scallable Malloc Proxy
 Description: Implementation of proxy that redirects memory allocation calls to TBB Scalable Memory Allocator
 URL: http://www.threadingbuildingblocks.org/
 Version: _FEDORA_VERSION
-Libs: -ltbbmalloc_proxy
+Libs: -ltbbmalloc_proxy -ltbbmalloc


More information about the scm-commits mailing list