mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
php: remove unnecessary LIBS export
Adding explicit LIBS additions is not required anymore 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
0dd39f8d5d
commit
8780196e55
@@ -50,9 +50,6 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
|
|||||||
, \
|
, \
|
||||||
,sqlite3"
|
,sqlite3"
|
||||||
|
|
||||||
LIBS_virtclass-native = " -lxml2 "
|
|
||||||
LIBS_pn-php =" -lpthread "
|
|
||||||
export LIBS
|
|
||||||
THREADS_pn-php = "pthread"
|
THREADS_pn-php = "pthread"
|
||||||
export THREADS
|
export THREADS
|
||||||
export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
|
export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user