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