diff options
author | John Crispin <john@openwrt.org> | 2015-03-26 10:57:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-26 10:57:44 +0000 |
commit | 384eb8ce7d6991e7f4545e92bf82d0bf23cc16d3 (patch) | |
tree | 6351d15fd9ffa50812590e26c78c0868b3a185e9 /toolchain/uClibc/config-0.9.33.2 | |
parent | 414e8ba63477c156ac774c57e98b99f23776b90c (diff) | |
download | upstream-384eb8ce7d6991e7f4545e92bf82d0bf23cc16d3.tar.gz upstream-384eb8ce7d6991e7f4545e92bf82d0bf23cc16d3.tar.bz2 upstream-384eb8ce7d6991e7f4545e92bf82d0bf23cc16d3.zip |
uclibc: add LD_PRELOAD support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45004
Diffstat (limited to 'toolchain/uClibc/config-0.9.33.2')
-rw-r--r-- | toolchain/uClibc/config-0.9.33.2/common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |