summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 7f2dc450f..7c0379864 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -13,7 +13,7 @@ SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2"
13 13
14S = "${WORKDIR}/php-${PV}" 14S = "${WORKDIR}/php-${PV}"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig pythonnative
17 17
18# Common EXTRA_OECONF 18# Common EXTRA_OECONF
19COMMON_EXTRA_OECONF = "--enable-sockets --enable-pcntl --enable-shared" 19COMMON_EXTRA_OECONF = "--enable-sockets --enable-pcntl --enable-shared"