>From 500cbb13bb461188383a2a15af02bbdfd21377c8 Mon Sep 17 00:00:00 2001
From: Karol Lewandowski <[email protected]>
Date: Fri, 4 Mar 2011 12:19:47 +0100
Subject: [PATCH] emulate mode: Export GCONV_PATH for tools

This change is necessary for iconv()-using tools' in emulate mode
to use their own gconv files (and not grab them from /usr).
---
 lua_scripts/pathmaps/emulate/00_default.lua |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lua_scripts/pathmaps/emulate/00_default.lua b/lua_scripts/pathmaps/emulate/00_default.lua
index 1bf9f06..69b874c 100644
--- a/lua_scripts/pathmaps/emulate/00_default.lua
+++ b/lua_scripts/pathmaps/emulate/00_default.lua
@@ -347,6 +347,9 @@ local exec_policy_tools = {
 	native_app_ld_library_path_prefix = emulate_mode_tools_ld_library_path_prefix,
 	native_app_ld_library_path_suffix = emulate_mode_tools_ld_library_path_suffix,
 
+	native_app_locale_path = conf_tools_locale_path,
+	native_app_gconv_path = conf_tools_gconv_path,
+
 	native_app_ld_preload_prefix = host_ld_preload..fakeroot_ld_preload,
 }
 
-- 
1.7.4.1

_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to