Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233751 Details for
Bug 50368
psqlodbc driver for Postgresql
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated psqlODBC ebuild
psqlodbc-08.04.0200.ebuild (text/plain), 1004 bytes, created by
Aaron W. Swenson
on 2010-06-01 04:01:49 UTC
(
hide
)
Description:
Updated psqlODBC ebuild
Filename:
MIME Type:
Creator:
Aaron W. Swenson
Created:
2010-06-01 04:01:49 UTC
Size:
1004 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >DESCRIPTION="ODBC driver for PostgreSQL" >HOMEPAGE="http://psqlodbc.projects.postgresql.org/" >SRC_URI="mirror://postgresql/odbc/versions/src/${P}.tar.gz" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc iodbc ssl threads unicode" > >DEPEND=">=virtual/postgresql-base-8.4 > iodbc? ( dev-db/libiodbc ) > !iodbc? ( dev-db/unixODBC ) > ssl? ( dev-libs/openssl )" >RDEPEND="${DEPEND}" > >src_configure() { > local myconf > if use iodbc ; then > myconf="--with-iodbc" > else > myconf="--with-unixodbc" > fi > > econf --prefix=${EPREFIX}/usr \ > --with-libpq=${EPREFIX}/usr/include/postgresql \ > --with-gnu-ld \ > $(use_enable threads pthreads) \ > $(use_enable unicode) \ > $(use_enable ssl openssl) \ > ${myconf} \ > || die "econf failed" >} > >src_install() { > emake DESTDIR=${ED} install || die "make install failed" > > dodoc readme.txt license.txt > if use doc ; then > dohtml docs/* > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50368
:
54221
|
54248
|
89015
|
151366
|
233751
|
237221
|
246441
|
250233
|
250473
|
257330
|
270231
|
292433