Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | require php.inc |
| 2 | |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fb07bfc51f6d5e0c30b65d9701233b2e" |
| 4 | |
| 5 | SRC_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 Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 9 | file://debian-php-fixheader.patch \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 10 | " |
| 11 | SRC_URI_append_class-target = " \ |
| 12 | file://pear-makefile.patch \ |
| 13 | file://phar-makefile.patch \ |
| 14 | file://0001-opcache-config.m4-enable-opcache.patch \ |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 15 | file://xfail_two_bug_tests.patch \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 16 | " |
| 17 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 18 | SRC_URI[md5sum] = "bcc37749815009c9201e4c126e1ab8ee" |
| 19 | SRC_URI[sha256sum] = "a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 20 | |
| 21 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
| 22 | --with-pdo-mysql=mysqlnd \ |
| 23 | ,--without-mysqli --without-pdo-mysql \ |
| 24 | ,mysql5" |
| 25 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" |
| 26 | |
| 27 | FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" |