This patch enables the LDSO_STANDALONE_SUPPORT kconfig option of uClibc by default.
This can be useful e.g. for faking chroot of a rootfs, for example, using proot (http://proot.me/ https://github.com/cedric-vincent/PRoot). Right now this can be done by hacking the makefiles (for example the way *this* patch does :-) ), however, it would be really awesome if the stock images come compiled with it enabled, that way people on e.g. android do not have to go through the compilation process. --- a/toolchain/uClibc/config-0.9.33.2/common +++ b/toolchain/uClibc/config-0.9.33.2/common @@ -39,7 +39,7 @@ LDSO_LDD_SUPPORT=y # LDSO_PRELOAD_ENV_SUPPORT is not set LDSO_RUNPATH=y # LDSO_SEARCH_INTERP_PATH is not set -# LDSO_STANDALONE_SUPPORT is not set +LDSO_STANDALONE_SUPPORT=y # LINUXTHREADS_NEW is not set # LINUXTHREADS_OLD is not set # UCLIBC_HAS_BACKTRACE is not set _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
