blob: b1cac1c0789d34a44023da0b5a7825d256d97e3f [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 \
Brad Bishop15ae2502019-06-18 21:44:24 -040014 file://xfail_two_bug_tests.patch \
Brad Bishopc342db32019-05-15 21:57:59 -040015 "
16
Brad Bishop15ae2502019-06-18 21:44:24 -040017SRC_URI[md5sum] = "bde9a912fb311182cd460dad1abbc247"
18SRC_URI[sha256sum] = "1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77"
Brad Bishopc342db32019-05-15 21:57:59 -040019
20PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
21 --with-pdo-mysql=mysqlnd \
22 ,--without-mysqli --without-pdo-mysql \
23 ,mysql5"
24PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
25
26FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default"