Bug 1843 - Fix libcap build failure
Summary: Fix libcap build failure
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-28 17:43 UTC by Gustavo Zacarias
Modified: 2010-05-28 19:48 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Forcibly disable PAM support in libcap (2.71 KB, patch)
2010-05-28 17:43 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2010-05-28 17:43:02 UTC
Created attachment 1777 [details]
Forcibly disable PAM support in libcap

The libcap package fails to build because it tries to detect PAM presence via shell file detection against the host includes.
Fix it by disabling PAM in Make.Rules since we don't have PAM support in buildroot at the moment.
Comment 1 Peter Korsgaard 2010-05-28 19:48:17 UTC
Committed, thanks