summaryrefslogtreecommitdiffstats
path: root/package/python-django/Config.in
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2018-07-26 19:15:23 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-14 22:23:03 +0200
commit5313c50aa3c1533c32ecf8d04c0628fbbb14f58d (patch)
tree9f0d5264d710515533673e1d0ae0cc27c3485af1 /package/python-django/Config.in
parent7c2eb68cac14ea1281cfaca6ab81f63e72bc8016 (diff)
downloadbuildroot-5313c50aa3c1533c32ecf8d04c0628fbbb14f58d.tar.gz
buildroot-5313c50aa3c1533c32ecf8d04c0628fbbb14f58d.zip
package/lvm2: Fix runtime crash when using uclibc
When using uclibc libdevmapper.so was calling dm_task_get_info_base() function recursively, leading to segmentation fault. This was happening because uclibc linker loader just takes first existing 'dm_task_get_info' (which is 'dm_task_get_info_base') symbol in elf binary, instead of default version. Add upstreamable lvm2 patch [1], which introduces --enable-symvers[=STYLE] switch. Use that switch to disable symbol versions, as we do not plan to support binaries compiled against old libdevmapper library. Fixes bug #10781. [1] https://www.redhat.com/archives/dm-devel/2018-July/msg00187.html Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-django/Config.in')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud