mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
php: remove unneeded THREADS export
This is no longer required, as pthreads is the default thread library Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8780196e55
commit
764e88de03
@@ -50,8 +50,6 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
|
|||||||
, \
|
, \
|
||||||
,sqlite3"
|
,sqlite3"
|
||||||
|
|
||||||
THREADS_pn-php = "pthread"
|
|
||||||
export THREADS
|
|
||||||
export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
|
export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
|
||||||
export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
|
export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
|
||||||
CFLAGS += " -D_GNU_SOURCE"
|
CFLAGS += " -D_GNU_SOURCE"
|
||||||
|
|||||||
Reference in New Issue
Block a user