mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gdal: Avoid host headers use for SQlite3
This fixes the host contamination when the host has the SQLite3 headers available. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
93f13d13f1
commit
fea648a13b
@@ -78,6 +78,8 @@ EXTRA_OECONF = "--without-perl \
|
||||
\
|
||||
--with-pcraster=internal \
|
||||
--with-geotiff=internal \
|
||||
\
|
||||
--with-sqlite3=${STAGING_LIBDIR} \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""
|
||||
|
||||
Reference in New Issue
Block a user