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

(-)old/lighttpd-1.3.10-r1.ebuild (-15 / +8 lines)
Lines 10-20 Link Here
10
LICENSE="BSD"
10
LICENSE="BSD"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="x86 ~ppc"
12
KEYWORDS="x86 ~ppc"
13
IUSE="mysql ssl php modchat modcache modlocalizer xattr ldap"
13
IUSE="ldap mysql php ssl xattr"
14
RDEPEND="virtual/libc
14
RDEPEND="virtual/libc
15
		>=dev-libs/libpcre-3.1
15
		>=dev-libs/libpcre-3.1
16
		>=sys-libs/zlib-1.1
16
		>=sys-libs/zlib-1.1
17
		>=dev-libs/localizer-0.3.3
17
		>=app-arch/bzip2-1
18
		ldap? ( >=net-nds/openldap-2.1.26 )
18
		mysql? ( >=dev-db/mysql-4.0.0 )
19
		mysql? ( >=dev-db/mysql-4.0.0 )
19
		ssl? ( >=dev-libs/openssl-0.9.7 )
20
		ssl? ( >=dev-libs/openssl-0.9.7 )
20
		php? (
21
		php? (
Lines 39-57 Link Here
39
}
40
}
40
41
41
src_compile() {
42
src_compile() {
42
	local my_conf="--libdir=/usr/$(get_libdir)/${PN}"
43
	local my_conf="--libdir=/usr/$(get_libdir)/${PN} 
43
44
				$(use_with xattr attr)
44
	#                       extension		USE flag		shared?
45
				$(use_with ldap)
45
	# -----------------------------------------------------------------
46
				$(use_with ssl openssl)
46
	enable_extension_enable mod-chat 		modchat			0
47
				$(use_with mysql)"
47
	enable_extension_enable mod-cache		modcache		0
48
	enable_extension_enable mod-localizer		modlocalizer		0
49
	enable_extension_enable attr			xattr			0
50
	enable_extension_enable ldap			ldap			0
51
	enable_extension_enable openssl			ssl			0
52
	enable_extension_enable mysql			mysql			0
53
	# -----------------------------------------------------------------
54
	#                       extension		USE flag		shared?
55
48
56
	econf ${my_conf} || die "econf failed"
49
	econf ${my_conf} || die "econf failed"
57
50

Return to bug 82010