[oe-commits] Otavio Salvador : gdal: Avoid host headers use for SQlite3

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 11:19:51 UTC 2014


Module: meta-openembedded.git
Branch: dora
Commit: 34afd09fbbb750894b9de1dbb29f5bf4316805de
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=34afd09fbbb750894b9de1dbb29f5bf4316805de

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Jan  6 11:54:30 2014 -0200

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
index 4632944..f942a9d 100644
--- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
+++ b/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
@@ -78,6 +78,8 @@ EXTRA_OECONF = "--without-perl \
                 \
                 --with-pcraster=internal \
                 --with-geotiff=internal \
+                \
+                --with-sqlite3=${STAGING_LIBDIR} \
 "
 
 EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""



More information about the Openembedded-commits mailing list