Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28553 Details for
Bug 39490
mod_auth_pgsql doesn't compile against Apache2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for mod_auth_pgsql-2.0.2.ebuild
mod_auth_pgsql-2.0.2.ebuild (text/plain), 816 bytes, created by
Minati jean michel
on 2004-04-02 01:37:10 UTC
(
hide
)
Description:
Ebuild for mod_auth_pgsql-2.0.2.ebuild
Filename:
MIME Type:
Creator:
Minati jean michel
Created:
2004-04-02 01:37:10 UTC
Size:
816 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database." >SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz" >HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/" >KEYWORDS="~x86" >LICENSE="freedist" >SLOT="0" >DEPEND=">=net-www/apache-2 > dev-db/postgresql" > >S=${WORKDIR}/${P}b1 > >src_compile() { > apxs2 -a -c -I /usr/pgsql/include -L /usr/pgsql/lib -lpq mod_auth_pgsql.c || die "apxs2 failed." >} > >src_install() { > exeinto /usr/lib/apache-extramodules/ > doexe .libs/mod_auth_pgsql.so || die "installation failed." > dodoc INSTALL README TODO > dohtml mod_auth_pgsql.html >} > >
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 39490
:
28552
|
28553
|
28566