diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-20 23:43:55 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-23 22:34:55 +0100 |
commit | 06b555b6d5baadb6fe73e5d8a9fd640602908251 (patch) | |
tree | 489d40d63447a4294a274f305f8036f4f9a18196 /package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch | |
parent | a862b53ef953b14dc864f04694e8bf3ebfb29162 (diff) | |
download | buildroot-06b555b6d5baadb6fe73e5d8a9fd640602908251.tar.gz buildroot-06b555b6d5baadb6fe73e5d8a9fd640602908251.zip |
btrfs-progs: don't use <execinfo.h> with uClibc
This commit adds a patch to btrfs-progs that fixes the build of
docker-engine, and possibly other packages including kerncompat.h from
btrfs-progs.
For the btrfs-progs build itself, a --disable-backtrace option allows to
indicate whether backtrace()/<execinfo.h> support should be used or
not. However, once btrfs-progs is installed, it simply looks at whether
__GLIBC__ is defined or not to decide to use backtrace() or not.
However, uClibc defines __GLIBC__ but does not provide backtrace()
functionality. The additional patch tweaks the kerncompat.h to look at
__UCLIBC__ and not use backtrace() functionality in this case.
Fixes:
http://autobuild.buildroot.net/results/9dc9370a79c5c44e6c92be6a44334842c211d923/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch')
0 files changed, 0 insertions, 0 deletions