php* : fix for autoconf 2.64+ problems
[openembedded.git] / recipes / php / php.inc
1 DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI."
2 HOMEPAGE = "http://www.php.net"
3 SECTION = "console/network"
4 LICENSE = "PHP"
5
6 SRC_URI =     "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src \
7                file://acinclude-xml2-config.patch;patch=1 \
8                file://php-m4-divert.patch;patch=1"
9
10 S = "${WORKDIR}/php-${PV}"
11
12 inherit autotools
13
14 CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE"
15
16 acpaths = ""
17
18 do_install  () {
19         oe_runmake 'INSTALL_ROOT=${D}' install
20 }