Bug 7760

Summary: botan: wrong prefix in botan-1.10.pc
Product: buildroot Reporter: Ruben Kerkhof <ruben>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

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.