blob: 1a5c9760de590e67223b9dea8c8b3d346d3f26e2 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001require php.inc
2
3LIC_FILES_CHKSUM = "file://LICENSE;md5=fb07bfc51f6d5e0c30b65d9701233b2e"
4
5SRC_URI += "file://0001-acinclude.m4-don-t-unset-cache-variables.patch \
6 file://0048-Use-pkg-config-for-FreeType2-detection.patch \
7 file://0049-ext-intl-Use-pkg-config-to-detect-icu.patch \
8 file://0001-Use-pkg-config-for-libxml2-detection.patch \
9 "
10SRC_URI_append_class-target = " \
11 file://pear-makefile.patch \
12 file://phar-makefile.patch \
13 file://0001-opcache-config.m4-enable-opcache.patch \
14 "
15
16SRC_URI[md5sum] = "efb58aea95a66738d871f83ec55fec6f"
17SRC_URI[sha256sum] = "2e2c3d8212c83649e443b61efffbd03df4b9edd0f9c7a679081fe4cb2da12b78"
18
19PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
20 --with-pdo-mysql=mysqlnd \
21 ,--without-mysqli --without-pdo-mysql \
22 ,mysql5"
23PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
24
25FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default"