diff options
author | Rahul Bedarkar <rahul.bedarkar@imgtec.com> | 2016-08-25 22:31:06 +0530 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-08-25 23:58:32 +0200 |
commit | 3f9c5fb096ad10d03832d9e0cd05ad4d02adf8c0 (patch) | |
tree | cebc49e69a515b4b2e6e037f63cf96a48bd9474e /package/gcc | |
parent | 791e35f222da58e815a657d07b620635b78a80e8 (diff) | |
download | buildroot-3f9c5fb096ad10d03832d9e0cd05ad4d02adf8c0.tar.gz buildroot-3f9c5fb096ad10d03832d9e0cd05ad4d02adf8c0.zip |
domoticz: fix build with uClibc
domoticz.cpp currently assumes that on GNU/Linux systems header
<execinfo.h> is available. But that is not true. Since it provided by
C library and uClibc can be built without backtrace support. And in
such cases we get following build error.
domoticz-3.4834/main/domoticz.cpp:48:22: fatal error: execinfo.h: No such file or directory
#include <execinfo.h>
^
compilation terminated.
This commit adds patch for detecting presence of <execinfo.h>
and guards code accordingly.
Fixes:
http://autobuild.buildroot.net/results/393/393f839e160b51ca12ac36058718ad2f0c1b50a6/
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions