gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Crossbuild fix when using sysroots.


From: Andrey Mazo
Subject: [gpsd-dev] [PATCH] Crossbuild fix when using sysroots.
Date: Thu, 26 Sep 2013 21:08:51 +0400

Signed-off-by: Andrey Mazo <address@hidden>

diff --git a/SConstruct b/SConstruct
index 1814346..e79c0da 100644
--- a/SConstruct
+++ b/SConstruct
@@ -206,6 +206,8 @@ import_env = (
     "LOGNAME",         # LOGNAME is required for the flocktest production.
     'PATH',            # Required for ccache and Coverity scan-build
     'PKG_CONFIG_PATH', # Set .pc file directory in a crossbuild
+    'PKG_CONFIG_SYSROOT_DIR', # Pass more environment variables to pkg-config 
(required for crossbuilds)
+    'PKG_CONFIG_LIBDIR',      # Pass more environment variables to pkg-config 
(required for crossbuilds)
     'STAGING_DIR',     # Required by the OpenWRT and CeroWrt builds.
     'STAGING_PREFIX',  # Required by the OpenWRT and CeroWrt builds.
     )
-- 
1.8.1.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]