summaryrefslogtreecommitdiff
path: root/package/libseccomp
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-30 19:01:59 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-01 14:11:33 +0100
commite143c2f4d6d95d630e89e45408fdbd6b535b59ab (patch)
treec3e723bb5d0e451e83eb54c7972b03d2600b64a8 /package/libseccomp
parent1a57adb237a3d629a93d9b57bdceee72a33b6559 (diff)
package/libseccomp: fix musl build
Fixes http://autobuild.buildroot.net/results/0cd/0cd47d7e6a49c268b57981ae8bb9abe4c4a183c7/ http://autobuild.buildroot.net/results/34b/34b0bea52bd7e65a927142dc0e1f28f85629c634/ [Thomas: adjust patch format.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libseccomp')
-rw-r--r--package/libseccomp/0002-musl.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libseccomp/0002-musl.patch b/package/libseccomp/0002-musl.patch
new file mode 100644
index 000000000..9858d7609
--- /dev/null
+++ b/package/libseccomp/0002-musl.patch
@@ -0,0 +1,28 @@
+From eb5382287cd25235e760b5da4939510b11bbf2a1 Mon Sep 17 00:00:00 2001
+From: Kylie McClain <somasis@exherbo.org>
+Date: Fri, 1 Jan 2016 13:12:59 -0500
+Subject: [PATCH] system.h: Remove conflicting kernel header include
+
+This fixes building on musl libc, since musl does not include kernel
+headers. I've tested this as working on both glibc and musl.
+
+Signed-off-by: Kylie McClain <somasis@exherbo.org>
+[Bernd: downloaded from upstream PR:
+ https://github.com/seccomp/libseccomp/pull/23]
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+---
+ src/system.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/system.h b/src/system.h
+index 4660679..e84b0a0 100644
+--- a/src/system.h
++++ b/src/system.h
+@@ -23,7 +23,6 @@
+ #define _SYSTEM_H
+
+ #include <linux/filter.h>
+-#include <linux/prctl.h>
+
+ #include "configure.h"
+