Bug 9696 - Wrong cryptsetup package include files location
Summary: Wrong cryptsetup package include files location
Status: RESOLVED DUPLICATE of bug 9691
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.08
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-02 15:46 UTC by Jean-pierre Cartal
Modified: 2017-03-02 15:52 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 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 ***