]> code.ossystems Code Review - openembedded-core.git/blob
b0aa5d17393e227635e4958e13aaab2bdc7cea31
[openembedded-core.git] /
1 From 9aa01fd5f9d8b2b98c34684dc8f68115750ef41c Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Tue, 12 Jul 2016 17:15:13 +0300
4 Subject: [PATCH] source-highlight.pc.in: do not add Boost's libraries and
5  includes
6
7 This breaks when compiling in sysroots; a proper way is to use Depends
8
9 Upstream-Status: Pending
10 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
11 ---
12  source-highlight.pc.in | 4 ++--
13  1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/source-highlight.pc.in b/source-highlight.pc.in
16 index 79ab63e..64114a7 100644
17 --- a/source-highlight.pc.in
18 +++ b/source-highlight.pc.in
19 @@ -7,6 +7,6 @@ Name: libsource-highlight
20  Description: GNU Source-highlight library.
21  URL: http://www.gnu.org/software/src-highlite/
22  Version: @VERSION@
23 -Libs: -L${libdir} -lsource-highlight @BOOST_LDFLAGS@ @BOOST_REGEX_LIB@
24 -Cflags: -I${includedir} @BOOST_CPPFLAGS@
25 +Libs: -L${libdir} -lsource-highlight
26 +Cflags: -I${includedir}
27  
28 -- 
29 2.8.1
30