diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-26 10:57:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-26 10:57:44 +0000 |
commit | 7238d37498bd850ee65fa69b32881df4ee053106 (patch) | |
tree | 0d0237010173b064e1894eaa10610c72ab3685c5 | |
parent | b2188a6377fcfdf55db3fa3ecff17dcd7ba920c2 (diff) | |
download | upstream-7238d37498bd850ee65fa69b32881df4ee053106.tar.gz upstream-7238d37498bd850ee65fa69b32881df4ee053106.tar.bz2 upstream-7238d37498bd850ee65fa69b32881df4ee053106.zip |
uclibc: add LD_PRELOAD support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45004 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |