diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-07 04:46:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-07 04:46:29 +0000 |
commit | f7437324306a4ed6d81b6e112059684b90773cde (patch) | |
tree | 9569e5a6ded9bc5cf6ba03de41b8a34fd98f4511 /extra/Configs | |
parent | ce9f1cf9c26bbc4e0cf23c14d8058e1847b1dd8a (diff) |
make RUNPATH/RPATH support configurable
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
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 |