From f7437324306a4ed6d81b6e112059684b90773cde Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 7 Jul 2005 04:46:29 +0000 Subject: make RUNPATH/RPATH support configurable --- extra/Configs/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 606878897..743c3f554 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -264,6 +264,19 @@ config LDSO_BASE_FILENAME WARNING: Changing the default prefix could cause problems with binutils' ld ! +config LDSO_RUNPATH + bool "Enable ELF RUNPATH tag support" + depends on BUILD_UCLIBC_LDSO + default y + help + ELF's may have dynamic RPATH/RUNPATH tags. These tags list paths + which extend the library search paths. They are really only useful + if a package installs libraries in non standard locations and + ld.so.conf support is disabled. + + Usage of RUNPATH tags is not too common, so disabling this feature + should be safe for most people. + config DL_FINI_CRT_COMPAT bool "uClibc 0.9.27 compatibility" default n -- cgit v1.2.3