buildroot/package/jack2
Rahul Bedarkar 06ae84405d jack2: fix build issue with glibc
With glibc 2.16, we get following build error when building jack2:

  [193/247] cxx: tests/iodelay.cpp -> build/tests/iodelay.cpp.4.o
  ../tests/iodelay.cpp:171:43: error: 'UINT32_MAX' was not declared in this scope
  ../tests/iodelay.cpp:171:55: error: 'UINT32_MAX' was not declared in this scope
  ../tests/iodelay.cpp:172:44: error: 'UINT32_MAX' was not declared in this scope
  ../tests/iodelay.cpp:172:56: error: 'UINT32_MAX' was not declared in this scope

In glibc 2.17 or older version, Header <stdint.h> defines these macros
for C++ only if explicitly requested by defining __STDC_LIMIT_MACROS.

We can't use <cstdint> since it requires C++11 standard.

Fixes:

  http://autobuild.buildroot.net/results/369ce208ffea43dad75ba0a13469159b341e3bf5/

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-27 15:45:43 +02:00
..
0001-Add-support-for-nios2.patch package/jack2: Fix build on nios2 2016-04-19 21:03:13 +02:00
0002-Make-backtrace-support-depends-on-execinfo.h-existen.patch package/jack2: fix build WRT backtrace support 2016-05-17 15:19:57 +02:00
0003-tests-define-__STDC_LIMIT_MACROS.patch jack2: fix build issue with glibc 2016-08-27 15:45:43 +02:00
Config.in jack2: allow to choose the mode to operate jackd 2016-03-20 21:43:23 +01:00
jack2.hash jack2: fix build with gcc 6 2016-08-20 11:34:45 +02:00
jack2.mk jack2: fix build with gcc 6 2016-08-20 11:34:45 +02:00