diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2015-04-23 23:45:57 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-04-24 00:29:04 +0200 |
| commit | a3f0785396e64b5e2428f860d785f00bbc665d67 (patch) | |
| tree | 5b42e025c51d5299697c8a8e88595e338b67a2a0 /package/elfutils/elfutils.mk | |
| parent | de6377e8d9c1e4a9d78c100329b28902622ee60f (diff) | |
| download | buildroot-a3f0785396e64b5e2428f860d785f00bbc665d67.tar.gz buildroot-a3f0785396e64b5e2428f860d785f00bbc665d67.zip | |
elfutils: disable symbol versioning for uClibc
This fixes segfault in xtensa ltrace caused by infinite recursion in the
function dwfl_report_elf calling other version of that function.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/elfutils/elfutils.mk')
| -rw-r--r-- | package/elfutils/elfutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk index 227dea9623..838c3b881f 100644 --- a/package/elfutils/elfutils.mk +++ b/package/elfutils/elfutils.mk @@ -34,6 +34,7 @@ ELFUTILS_CONF_ENV += \ ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y) ELFUTILS_DEPENDENCIES += argp-standalone +ELFUTILS_CONF_OPTS += --disable-symbol-versioning endif ifeq ($(BR2_PACKAGE_ZLIB),y) |

