diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-10 13:49:38 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 10:02:09 +0200 |
| commit | fc9fad42f0547b7d18ffda153ced2284f4e9d8f7 (patch) | |
| tree | 8cde14310c677d3e7bfcddc57b561bc05d013c51 /meta-oe/recipes-devtools | |
| parent | 1158592e0416b50779064a03c5936266cd843585 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 5 |
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 320696c181..87eb4b16a6 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" |
| 8 | DEPENDS_virtclass-native = "zlib-native libxml2-native" | 8 | DEPENDS_virtclass-native = "zlib-native libxml2-native" |
| 9 | 9 | ||
| 10 | INC_PR = "r1" | 10 | INC_PR = "r2" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" | 12 | SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" |
| 13 | 13 | ||
| @@ -43,9 +43,6 @@ LIBS_pn-php =" -lpthread " | |||
| 43 | export LIBS | 43 | export LIBS |
| 44 | THREADS_pn-php = "pthread" | 44 | THREADS_pn-php = "pthread" |
| 45 | export THREADS | 45 | export THREADS |
| 46 | LD_LIBRARY_PATH_virtclass-native = "${STAGING_LIBDIR_NATIVE}" | ||
| 47 | LD_LIBRARY_PATH_pn-php = "${STAGING_LIBDIR}" | ||
| 48 | export LD_LIBRARY_PATH | ||
| 49 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" | 46 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" |
| 50 | export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" | 47 | export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" |
| 51 | CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE" | 48 | CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE" |
