summaryrefslogtreecommitdiffstats
path: root/rules/scriptlanguages.in
blob: 64c26af9b81cfa64df9f8cdbaacce4e4885c8300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
comment "Scripting Languages"

config PHP
	bool
	prompt "PHP4"

config PHP_CLI
	bool
	prompt "Build CLI version of PHP"
	depends on PHP

config PHP_APACHE
	bool
	prompt "Build shared Apache 1.x module"
	depends on PHP && APACHE

config PHP_APC
	bool
	prompt "Build Alternative PHP-cache"
	depends PHP

comment "Python requires libdl on the target (see C Library)"
	depends on !GLIBC_DL && !UCLIBC_DL

config PYTHON23
	bool
	prompt "Python 2.3"
	depends on GLIBC_DL || UCLIBC_DL
	select GLIBC_UTIL if GLIBC
	select GCCLIBS_CXX