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

Bug 68704

Summary: NRPE always without SSL, should consider USE
Product: Gentoo Linux Reporter: Christian Theune <ct>
Component: New packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Theune 2004-10-24 07:46:51 UTC
NRPE 2.0 allows to compile with and without SSL. Currently the ebuild doesn't consider USE="ssl" to decide, but always build without. Would be nice if USE="ssl" would be used.

Reproducible: Always
Steps to Reproduce:
1. emerge nrpe
2.
3.
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2004-10-25 06:00:09 UTC
Actually , the current ebuild let the configure script detect if SSL is available, and will build with SSL if it is found.

I've fixed the ebuild to depend on openssl as well as control the feature in portage...