blob: 072d53a09eba7e6c643a808360b3dd0f9b079c27 [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 \
Brad Bishop26bdd442019-08-16 17:08:17 -04009 file://debian-php-fixheader.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040010 "
11SRC_URI_append_class-target = " \
12 file://pear-makefile.patch \
13 file://phar-makefile.patch \
14 file://0001-opcache-config.m4-enable-opcache.patch \
Brad Bishop15ae2502019-06-18 21:44:24 -040015 file://xfail_two_bug_tests.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040016 "
17
Brad Bishop26bdd442019-08-16 17:08:17 -040018SRC_URI[md5sum] = "4ffc06e803cd782a95483eb02213301e"
19SRC_URI[sha256sum] = "d566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5"
Brad Bishopc342db32019-05-15 21:57:59 -040020
21PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
22 --with-pdo-mysql=mysqlnd \
23 ,--without-mysqli --without-pdo-mysql \
24 ,mysql5"
25PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
26
27FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default"