Bug 7760 - botan: wrong prefix in botan-1.10.pc
Summary: botan: wrong prefix in botan-1.10.pc
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-26 19:33 UTC by Ruben Kerkhof
Modified: 2015-04-10 20:59 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruben Kerkhof 2014-12-26 19:33:31 UTC
botan-1.10.pc contains:

prefix=/usr/local
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/botan-1.10

but the headers are installed in /usr/include, not /usr/local/include.
Comment 1 Thomas Petazzoni 2015-04-10 16:01:11 UTC
Patch fixing the issue posted at http://patchwork.ozlabs.org/patch/460150/.
Comment 2 Peter Korsgaard 2015-04-10 20:59:17 UTC
Fixed by:

commit 7536a7354c92e0ec2760479a9d62e792703154d7
Author: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Date:   Fri Apr 10 17:55:23 2015 +0200

    botan: pass --prefix=/usr to fix .pc file

Thanks.