Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/ossec-hids: upgrade to 2.9.3 | Francesco Colista | 2018-01-18 | 1 | -6/+7 |
| | |||||
* | testing/ossec-hids: Fix build on non-x86-64 platforms. | Breno Leitao | 2017-05-03 | 1 | -0/+12 |
Musl lacks a.out.h header, since x86-64 kernel has this file. We do not have this file, since glib usually have. Once we are on Musl, we lack this file on non x86-64. This patch simply switch to the project file definitions instead of kernel/libc. |