diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-09-08 19:41:33 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-09-08 19:41:33 +0000 |
commit | 8a23d29276136f91a71e8c76752e1eb705b7f1dd (patch) | |
tree | d8b0afa1dfedc47d6f5f6c8fc4487ef08c0a5289 /dev-db | |
parent | Fixes #7665. added disable-posix-threads to mcrypt USE var (diff) | |
download | gentoo-2-8a23d29276136f91a71e8c76752e1eb705b7f1dd.tar.gz gentoo-2-8a23d29276136f91a71e8c76752e1eb705b7f1dd.tar.bz2 gentoo-2-8a23d29276136f91a71e8c76752e1eb705b7f1dd.zip |
Minor tweak to SSL options
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index f88a0eae9589..ee8884595db8 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for dev-db/postgresql # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.32 2002/09/03 04:54:02 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.33 2002/09/08 19:41:33 rphillips Exp $ *postgresql-7.2.2 (26 Aug 2002) + + 08 Sep 2002; Ryan Phillips <rphillips@gentoo.org> postgresql-7.2.2.ebuild : + Minor tweak to SSL... + 2 Sep 2002; Owen Stampflee <owen@gentoo.org> postgresql-7.2.2.ebuild : Added PPC to KEYWORDS. diff --git a/dev-db/postgresql/postgresql-7.2.2.ebuild b/dev-db/postgresql/postgresql-7.2.2.ebuild index 90e66a048fff..ad75c4d52c0d 100644 --- a/dev-db/postgresql/postgresql-7.2.2.ebuild +++ b/dev-db/postgresql/postgresql-7.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.2.ebuild,v 1.10 2002/09/03 04:54:02 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.2.ebuild,v 1.11 2002/09/08 19:41:33 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" @@ -63,7 +63,7 @@ src_compile() { use python && myconf="$myconf --with-python" use perl && myconf="$myconf --with-perl" use java && myconf="$myconf --with-java" - use ssl && myconf="$myconf --with-openssl=yes" + use ssl && myconf="$myconf --with-openssl" use nls && myconf="$myconf --enable-locale --enable-nls --enable-multibyte" use libg++ && myconf="$myconf --with-CXX" |