Bug 1843

Summary: Fix libcap build failure
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Forcibly disable PAM support in libcap

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