Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232166 - enable or disable ssl USE flag for dev-db/postgresql-server
Summary: enable or disable ssl USE flag for dev-db/postgresql-server
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 09:00 UTC by Alexey
Modified: 2009-11-05 21:45 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 Alexey 2008-07-18 09:00:32 UTC
what about feature to enable or disable ssl USE flag for dev-db/postgresql-server

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-18 15:19:00 UTC
What would this ssl USE flag actually do? Is there a ./configure option that the ebuild doesn't know about?
Comment 2 Alexey 2008-07-18 20:39:58 UTC
this flag must enable or disable ssl support for postgresql-server. 
At this moment I have next USE flags for ebuild
dev-db/postgresql-server-8.3.3  USE="nls -doc -perl* -python* (-selinux) -tcl -uuid -xml"

but for configure we can on/off:
--with{out}-pam
--with{out}-openssl
--with{out}-ldap

We can see next opts 
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-18 21:48:07 UTC
The contrib makefile, also includes checks for openssl uuid-ossp and libxml2.
Comment 4 Patrick Lauer gentoo-dev 2009-11-05 21:45:40 UTC
from postgresql-base ebuild:

RDEPEND="kerberos? ( virtual/krb5 )
        pam? ( virtual/pam )
        readline? ( >=sys-libs/readline-4.1 )
        ssl? ( >=dev-libs/openssl-0.9.6-r1 )

I think that should handle this issue. If there's anything missing feel free to reopen this bug :)