mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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
0d8112b33d
commit
34afd09fbb
@@ -78,6 +78,8 @@ EXTRA_OECONF = "--without-perl \
|
|||||||
\
|
\
|
||||||
--with-pcraster=internal \
|
--with-pcraster=internal \
|
||||||
--with-geotiff=internal \
|
--with-geotiff=internal \
|
||||||
|
\
|
||||||
|
--with-sqlite3=${STAGING_LIBDIR} \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""
|
EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""
|
||||||
|
|||||||
Reference in New Issue
Block a user