File bctoolbox-pkgconfig_2.patch of Package bctoolbox
From ad078c2276c5a7ea80a31c754927be13e87eaf6c Mon Sep 17 00:00:00 2001
From: Simon Morlat <simon.morlat@linphone.org>
Date: Wed, 17 Aug 2016 14:45:24 +0200
Subject: [PATCH] exec_prefix is mandatory, at least for pkg-config 0.26
---
bctoolbox-tester.pc.in | 2 +-
bctoolbox.pc.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/bctoolbox-tester.pc.in b/bctoolbox-tester.pc.in
index f9edaaa..6d8e2c0 100644
--- a/bctoolbox-tester.pc.in
+++ b/bctoolbox-tester.pc.in
@@ -1,6 +1,6 @@
# This is a comment
prefix=@CMAKE_INSTALL_PREFIX@
-
+exec_prefix=@CMAKE_INSTALL_PREFIX@
Name: bctoolbox-tester
Description: A common set of tester wrappers used by Belledonne Communications's softwares
Requires.private: @TESTER_REQUIRES_PRIVATE@
diff --git a/bctoolbox.pc.in b/bctoolbox.pc.in
index 642ff75..fc00eb3 100644
--- a/bctoolbox.pc.in
+++ b/bctoolbox.pc.in
@@ -1,5 +1,6 @@
# This is a comment
prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
Name: @PROJECT_NAME@
Description: A common set of tools used by Belledonne Communications's softwares