Brad Bishop | 1932369 | 2019-04-05 15:28:33 -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 \ |
| 9 | " |
| 10 | SRC_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 | |
| 16 | SRC_URI[md5sum] = "c893ff828945c274d90e026528142439" |
| 17 | SRC_URI[sha256sum] = "946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add" |
| 18 | |
| 19 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
| 20 | --with-pdo-mysql=mysqlnd \ |
| 21 | ,--without-mysqli --without-pdo-mysql \ |
| 22 | ,mysql5" |
| 23 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" |
| 24 | |
| 25 | FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" |