From: Jack Mitchell <[email protected]> This is no longer required, as pthreads is the default thread library
Signed-off-by: Jack Mitchell <[email protected]> --- meta-oe/recipes-devtools/php/php.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index fcd3598..edfdd64 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc @@ -50,8 +50,6 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ , \ ,sqlite3" -THREADS_pn-php = "pthread" -export THREADS export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" CFLAGS += " -D_GNU_SOURCE" -- 1.8.2.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
