]> git.pld-linux.org Git - packages/php.git/blame - php.spec
- added php-php_iconv_string_declaration.patch (fixed build on alpha)
[packages/php.git] / php.spec
CommitLineData
c2388c7d 1
2%define _apache2 %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
ab092fe1
AM
3
4%if %{_apache2}
5%define _without_recode 1
6%define _without_mm 1
7%endif
8
c2388c7d 9%ifnarch %{ix86}
10%define _without_msession 1
11%endif
12
e1126429 13# Conditional build:
c2388c7d 14# _with_cpdf - with cpdf extension module
15# _with_interbase - with InterBase extension module
16# _with_java - with Java extension module
17# _with_oci8 - with Oracle oci8 extension module
18# _with_oracle - with oracle extension module
19# _with_sybase_ct - with Sybase-CT extension module
20# _without_domxslt - without DOM XSLT/EXSLT support in DOM XML extension module
21# _without_imap - without IMAP extension module
22# _without_ldap - without LDAP extension module
23# _without_mm - without mm support for session storage
24# _without_msession - without msession extension module
25# _without_odbc - without ODBC extension module
26# _without_openssl - with OpenSSL support
27# _without_snmp - without SNMP extension module
28# _without_recode - without recode extension module
29# _without_wddx - without WDDX extension module
30# _without_xslt - without XSLT extension module
caff8ce9 31Summary: The PHP HTML-embedded scripting language for use with Apache
32Summary(fr): Le langage de script embarque-HTML PHP pour Apache
33