summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-08-10 13:49:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-08-20 10:02:09 +0200
commitfc9fad42f0547b7d18ffda153ced2284f4e9d8f7 (patch)
tree8cde14310c677d3e7bfcddc57b561bc05d013c51 /meta-oe/recipes-devtools/php
parent1158592e0416b50779064a03c5936266cd843585 (diff)
downloadmeta-openembedded-fc9fad42f0547b7d18ffda153ced2284f4e9d8f7.tar.gz
php: drop LD_LIBRARY_PATH settings
* it breaks do_fetch in some settings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
-rw-r--r--meta-oe/recipes-devtools/php/php.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 320696c18..87eb4b16a 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 = "r1" 10INC_PR = "r2"
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
@@ -43,9 +43,6 @@ LIBS_pn-php =" -lpthread "
43export LIBS 43export LIBS
44THREADS_pn-php = "pthread" 44THREADS_pn-php = "pthread"
45export THREADS 45export THREADS
46LD_LIBRARY_PATH_virtclass-native = "${STAGING_LIBDIR_NATIVE}"
47LD_LIBRARY_PATH_pn-php = "${STAGING_LIBDIR}"
48export LD_LIBRARY_PATH
49export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" 46export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
50export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" 47export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
51CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE" 48CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE"