Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118839 - net-misc/d4x-2.5.6 CAN be build with openssl-0.9.7e-r2
Summary: net-misc/d4x-2.5.6 CAN be build with openssl-0.9.7e-r2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-12 21:15 UTC by Steve Yin
Modified: 2006-01-13 00:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Yin 2006-01-12 21:15:39 UTC
I'm trying to emerge d4x-2.5.6, But it depends on openssl-0.9.7i and later, after I set openssl in /etc/portage/profile/packages.provided, It can be compiled, and also works find on my system.

So, if d4x can be build with openssl-0.9.7i, and also works fine, Why should this depend on openssl-0.9.7i and later?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-13 00:38:21 UTC
m4/openssl.m4

<snip>
ac_ssl_needed_version="ifelse([$1], , ">= 0.9.7f", $1)"
</snip>