From 384eb8ce7d6991e7f4545e92bf82d0bf23cc16d3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Mar 2015 10:57:44 +0000 Subject: [PATCH] uclibc: add LD_PRELOAD support Signed-off-by: John Crispin SVN-Revision: 45004 --- toolchain/uClibc/config-0.9.33.2/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/uClibc/config-0.9.33.2/common b/toolchain/uClibc/config-0.9.33.2/common index c587b9a9fc..457d21f638 100644 --- a/toolchain/uClibc/config-0.9.33.2/common +++ b/toolchain/uClibc/config-0.9.33.2/common @@ -36,7 +36,7 @@ LDSO_LDD_SUPPORT=y # LDSO_NO_CLEANUP is not set # LDSO_PRELINK_SUPPORT is not set # LDSO_PRELOAD_FILE_SUPPORT is not set -# LDSO_PRELOAD_ENV_SUPPORT is not set +LDSO_PRELOAD_ENV_SUPPORT=y LDSO_RUNPATH=y # LDSO_SEARCH_INTERP_PATH is not set # LDSO_STANDALONE_SUPPORT is not set -- 2.30.2