]> git.pld-linux.org Git - packages/php4.git/blame - php4.spec
- fix to build shared mssql module
[packages/php4.git] / php4.spec
CommitLineData
95decd1b 1#
8d03ce31 2# TODO:
422bc385 3# - fastcgi option in cgi SAPI? or separate fcgi SAPI?
bdcd0995
JB
4# - make sure that session-unregister patch is no longer needed
5# (any crash reports related to session modules?)
8d03ce31 6#
95decd1b
PG
7# Automatic pear requirements finding:
8%include /usr/lib/rpm/macros.php
7f2d8ce7 9
10%define _apache2 %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
0aad949a 11%define apxs /usr/sbin/apxs
b65cb5d0
AM
12
13%if %{_apache2}
0aad949a 14%define _without_recode 1
15%define _without_mm 1
b65cb5d0
AM
16%endif
17
7f2d8ce7 18%ifnarch %{ix86}
0aad949a 19%define _without_interbase 1
20%define _without_msession 1
7f2d8ce7 21%endif
22
e199e256 23# Conditional build:
083c6282 24# _with_db3 - use db3 packages instead of db (4.x) for Berkeley DB support
5c7004b5 25# _with_fdf - with FDF (PDF forms) module (BR: proprietary lib)
083c6282 26# _with_interbase_inst - use InterBase install., not Firebird (BR: proprietary libs)
e6e515f1
JB
27# _with_java - with Java extension module (BR: jdk)
28# _with_oci8 - with Oracle oci8 extension module (BR: proprietary libs)
29# _with_oracle - with oracle extension module (BR: proprietary libs)
e6e515f1 30# _without_cpdf - without cpdf extension module
bb8a24f1 31# _without_curl - without CURL extension module
7f2d8ce7 32# _without_domxslt - without DOM XSLT/EXSLT support in DOM XML extension module
5c7004b5 33# _without_fribidi - without FriBiDi extension module
e6e515f1 34# _without_gif - build GD extension module with gd library without GIF support
7f2d8ce7 35# _without_imap - without IMAP extension module
083c6282 36# _without_interbase - without InterBase extension module
7f2d8ce7 37# _without_ldap - without LDAP extension module
bb8a24f1
JB
38# _without_mhash - without mhash extension module
39# _without_ming - without ming extension module
7f2d8ce7 40# _without_mm - without mm support for session storage
bb8a24f1 41# _without_mnogosearch - without mnogosearch extension module
7f2d8ce7 42# _without_msession - without msession extension module
43# _without_odbc - without ODBC extension module
af58b4e0 44# _without_openssl - without OpenSSL support and OpenSSL extension (module)
e6e515f1 45# _without_pcre - without PCRE extension module
facc0768 46# _without_pdf - without PDF extension module
7028934d 47# _without_pgsql - without PostgreSQL extension module
ab8fde12 48# _without_aspell - without pspell extension module
7f2d8ce7 49# _without_recode - without recode extension module
d2836abb 50# _without_qtdom - without QT DOM extension module
b4657e6e 51# _without_snmp - without SNMP extension module
5c7004b5 52# _without_sybase - without Sybase and Sybase-CT extension modules
7f2d8ce7 53# _without_wddx - without WDDX extension module
e6e515f1 54# _without_xmlrpc - without XML-RPC extension module
9b236db2 55# _without_xml - without XML and DOMXML extension modules
7f2d8ce7 56# _without_xslt - without XSLT extension module
b4657e6e 57# _without_yaz - without YAZ extension module
05039a7d 58
5b453425 59Summary: The PHP HTML-embedded scripting language for use with Apache
60Summary(fr): Le langage de script embarque-HTML PHP pour Apache
61