Summary: | sys-libs/libcap-2.22: fails to cross compile due to BUILD_CFLAGS not being setup | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ambroz Bizjak <ambrop7> |
Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build output |
Description
Ambroz Bizjak
2012-09-21 01:06:28 UTC
Created attachment 324452 [details]
build output
Working fix: src_configure() { tc-export BUILD_CC CC AR RANLIB + export BUILD_CFLAGS="${BUILD_CFLAGS}" } Note that just "export BUILD_CFLAGS" does not work. should be all set now in the tree; thanks for the report! Commit message: Export BUILD_CFLAGS and friends http://sources.gentoo.org/sys-libs/libcap/libcap-2.22.ebuild?r1=1.11&r2=1.12 |