Bug 9696

Summary: Wrong cryptsetup package include files location
Product: buildroot Reporter: Jean-pierre Cartal <jpcartal>
Component: OtherAssignee: unassigned
Status: RESOLVED DUPLICATE    
Severity: normal CC: buildroot
Priority: P5    
Version: 2016.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Jean-pierre Cartal 2017-03-02 15:46:27 UTC
Hello,

I noticed that after building cryptsetup package, the libcryptsetup.h header file is located under target directory instead of staging :
$ find target/ staging/ -name libcryptsetup.h
target/usr/include/libcryptsetup.h
$

Building packages that depend on libcryptsetup library is thus not possible.
Comment 1 Thomas Petazzoni 2017-03-02 15:52:37 UTC

*** This bug has been marked as a duplicate of bug 9691 ***