summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 7c03798645..320696c181 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -7,7 +7,7 @@ DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
7 libc-client openssl" 7 libc-client openssl"
8DEPENDS_virtclass-native = "zlib-native libxml2-native" 8DEPENDS_virtclass-native = "zlib-native libxml2-native"
9 9
10INC_PR = "r0" 10INC_PR = "r1"
11 11
12SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" 12SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2"
13 13
@@ -15,6 +15,8 @@ S = "${WORKDIR}/php-${PV}"
15 15
16inherit autotools pkgconfig pythonnative 16inherit autotools pkgconfig pythonnative
17 17
18SSTATE_SCAN_FILES += "build-defs.h"
19
18# Common EXTRA_OECONF 20# Common EXTRA_OECONF
19COMMON_EXTRA_OECONF = "--enable-sockets --enable-pcntl --enable-shared" 21COMMON_EXTRA_OECONF = "--enable-sockets --enable-pcntl --enable-shared"
20EXTRA_OECONF = "--enable-mbstring --enable-discard-path --enable-wddx \ 22EXTRA_OECONF = "--enable-mbstring --enable-discard-path --enable-wddx \