Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 79678
Collapse All | Expand All

(-)mod_auth_mysql-1.11.ebuild.orig (-4 / +1 lines)
Lines 6-20 DESCRIPTION="Basic authentication for Ap Link Here
6
HOMEPAGE="ftp://ftp.kciLink.com/pub/"
6
HOMEPAGE="ftp://ftp.kciLink.com/pub/"
7
7
8
SRC_URI="mirror://gentoo/mod_auth_mysql-1.11-gentoo.tar.bz2"
8
SRC_URI="mirror://gentoo/mod_auth_mysql-1.11-gentoo.tar.bz2"
9
DEPEND=">=dev-db/mysql-3 =net-www/apache-2*"
9
DEPEND="dev-db/mysql =net-www/apache-2*"
10
RDEPEND=""
11
LICENSE="Apache-1.1"
10
LICENSE="Apache-1.1"
12
KEYWORDS="x86"
11
KEYWORDS="x86"
13
IUSE=""
12
IUSE=""
14
SLOT="0"
13
SLOT="0"
15
14
16
IUSE=""
17
18
src_compile() {
15
src_compile() {
19
	apxs2 -c ${PN}.c -I/usr/include/mysql -Wl,-lmysqlclient || die
16
	apxs2 -c ${PN}.c -I/usr/include/mysql -Wl,-lmysqlclient || die
20
}
17
}

Return to bug 79678