summaryrefslogtreecommitdiffstats
path: root/package/libsepol/0003-add-stdarg-include.patch
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-01-09 11:15:22 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-25 23:25:26 +1300
commita26fc91cec57f34d4c6419f7e8281ae246fd80dd (patch)
tree76a33377171a35c7e8713b40e10d449bf8b6af82 /package/libsepol/0003-add-stdarg-include.patch
parent0c61c4cd317bed43478415c3f3cd74ba1ec31f8e (diff)
downloadbuildroot-a26fc91cec57f34d4c6419f7e8281ae246fd80dd.tar.gz
buildroot-a26fc91cec57f34d4c6419f7e8281ae246fd80dd.zip
libsepol: bump version to 2.6
Also removed patch 0003-add-stdarg-include.patch as this has been committed to upstream. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsepol/0003-add-stdarg-include.patch')
-rw-r--r--package/libsepol/0003-add-stdarg-include.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/libsepol/0003-add-stdarg-include.patch b/package/libsepol/0003-add-stdarg-include.patch
deleted file mode 100644
index 246c9654dd..0000000000
--- a/package/libsepol/0003-add-stdarg-include.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Add missing <stdarg.h> include
-
-This is needed to fix the build on uClibc, due to the usage of
-va_list.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-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 <stdlib.h>
-+#include <stdarg.h>
- #include <cil/cil.h>
-
- #define MAX_LOG_SIZE 512
OpenPOWER on IntegriCloud