diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-15 09:12:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-15 09:12:59 +0000 |
commit | 46447589470fd53abd88402bd1f562c0370aa361 (patch) | |
tree | e9083e38b566d9cdd97cd9da9a7f6ca0056dad72 /extra/Configs/Config.in | |
parent | c1d804bf48b2284c3d0c504505dde63641bb70cc (diff) |
bug 1310: drop hidden aliases to data since some arches crap with this due to copy relocs
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 8eab394ee..0c277f928 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -498,6 +498,7 @@ config UCLIBC_HAS_PROGRAM_INVOCATION_NAME config UCLIBC_HAS___PROGNAME bool "Support for __progname" default y + depends on UCLIBC_HAS_PROGRAM_INVOCATION_NAME help Some packages (like openssh) like to peek into internal libc symbols to make their output a bit more user friendly. |