Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 302575

Summary: portability eclass enhancement for Interix
Product: Gentoo/Alt Reporter: Greg Turner <gmturner007>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Interix   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: enfeaturize dlopen_lib with Interix supportification

Description Greg Turner 2010-01-28 07:01:53 UTC
Interix needs -ldl but we the portability eclass doesn't know about it.

Reproducible: Always

Steps to Reproduce:
1. unmask libproxy
2. keyword libproxy for interix
3. emerge libproxy

Actual Results:  
cannot find _dl{open,close,etc}

Expected Results:  
success

patch to follow
Comment 1 Greg Turner 2010-01-28 07:04:10 UTC
Created attachment 217698 [details, diff]
enfeaturize dlopen_lib with Interix supportification

Interix wants -ldl here just like linux, so return it.
Comment 2 Fabian Groffen gentoo-dev 2010-02-26 18:10:06 UTC
I committed a slightly different patch, thanks!