]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
log4cpp: fix musl compile
authorPeter Seiderer <ps.report@gmx.net>
Mon, 11 Jul 2016 21:13:31 +0000 (23:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Jul 2016 11:24:50 +0000 (13:24 +0200)
commit91972fa22d1194cb357b7957bc11bafd93055d23
treeac8d270d87b2cb1bc598badfab61a35c9a8176bb
parentc4c73da7ff6491324beb296729a8f39daef7d8b5
log4cpp: fix musl compile

Include proper config.h (via log4cpp/Portability.hh) to fix the
evaluate of LOG4CPP_HAVE_STDINT_H in the file tests/Clock.hh

Fixes [1]:

  Clock.hh:17:13: error: 'int64_t' does not name a type
       typedef int64_t usec_t;

[1] http://autobuild.buildroot.net/results/186/1867632f30531da69f06b965bc833817400f618f

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/log4cpp/0001-Fix-musl-compile.patch [new file with mode: 0644]