Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250473 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]
Postgresql 9
psqlodbc-09.00.0100.ebuild (text/plain), 1.03 KB, created by
Timo Lindemann
on 2010-10-13 18:24:37 UTC
(
hide
)
Description:
Postgresql 9
Filename:
MIME Type:
Creator:
Timo Lindemann
Created:
2010-10-13 18:24:37 UTC
Size:
1.03 KB
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 ~amd64" >IUSE="doc iodbc ssl threads unicode" > >DEPEND="dev-db/postgresql-base > 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" > sed -i s/UNIXODBC/UNIXODBCobsolete/g odbcapi.c > 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