Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560078 - net-wireless/iw: Add missing PKG_CONFIG export for cross compilation
Summary: net-wireless/iw: Add missing PKG_CONFIG export for cross compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-09 22:31 UTC by Geoff Levand
Modified: 2015-10-23 22:52 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bug fix patch (0001-net-wireless-iw-Add-missing-PKG_CONFIG-export.patch,3.09 KB, patch)
2015-09-09 22:33 UTC, Geoff Levand
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Levand 2015-09-09 22:31:16 UTC
Add a missing tc-export of PKG_CONFIG, which is needed when cross building.

Fixes errors like these when cross building:

  Makefile: Cannot find development files for any supported version of libnl.  Stop.


Reproducible: Always




Bug fix patch attached.
Comment 1 Geoff Levand 2015-09-09 22:33:26 UTC
Created attachment 411462 [details, diff]
bug fix patch