From a3ebe45dcb3ef19e48e99b5a51829ed901a29f08 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Sun, 26 Jun 2016 18:39:12 -0400 Subject: libsepol: bump to version 2.5 An additional patch is needed to fix the build with uClibc. Signed-off-by: Adam Duskett [Thomas: add patch to fix build with uClibc.] Signed-off-by: Thomas Petazzoni --- package/libsepol/0003-add-stdarg-include.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/libsepol/0003-add-stdarg-include.patch (limited to 'package/libsepol/0003-add-stdarg-include.patch') diff --git a/package/libsepol/0003-add-stdarg-include.patch b/package/libsepol/0003-add-stdarg-include.patch new file mode 100644 index 0000000000..246c9654dd --- /dev/null +++ b/package/libsepol/0003-add-stdarg-include.patch @@ -0,0 +1,18 @@ +Add missing include + +This is needed to fix the build on uClibc, due to the usage of +va_list. + +Signed-off-by: Thomas Petazzoni +Index: b/cil/src/cil_log.h +=================================================================== +--- a/cil/src/cil_log.h ++++ b/cil/src/cil_log.h +@@ -30,6 +30,7 @@ + #define CIL_LOG_H_ + + #include ++#include + #include + + #define MAX_LOG_SIZE 512 -- cgit v1.2.3