diff options
-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 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" |
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" |