mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libtriple: fix build with yocto gcc-4.8.1/eglibc-2.16 toolchain
This commit is contained in:
@@ -7,6 +7,7 @@ AM_CPPFLAGS = \
|
|||||||
|
|
||||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
||||||
AM_LDFLAGS = \
|
AM_LDFLAGS = \
|
||||||
|
-lrt \
|
||||||
@DIRECTFB_LIBS@
|
@DIRECTFB_LIBS@
|
||||||
|
|
||||||
libtriple_la_SOURCES = \
|
libtriple_la_SOURCES = \
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
Reference in New Issue
Block a user