summaryrefslogtreecommitdiffstats
path: root/package/libsepol
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:34 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:42 +0200
commit31e5b10ea895eb1260388833dbfec7dd549996c2 (patch)
treee766a8ba67b809038ffea698125bc80ee1b346bf /package/libsepol
parent5d18727bdcccc05a013bc35a8c413df4e1c2797e (diff)
downloadbuildroot-31e5b10ea895eb1260388833dbfec7dd549996c2.tar.gz
buildroot-31e5b10ea895eb1260388833dbfec7dd549996c2.zip
libsepol: remove Blackfin patch
And renumber remaining patches. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libsepol')
-rw-r--r--package/libsepol/0002-support-static-only.patch (renamed from package/libsepol/0003-support-static-only.patch)0
-rw-r--r--package/libsepol/0002-workaround-blackfin-issue.patch26
-rw-r--r--package/libsepol/0003-revert-ln-relative.patch (renamed from package/libsepol/0004-revert-ln-relative.patch)0
3 files changed, 0 insertions, 26 deletions
diff --git a/package/libsepol/0003-support-static-only.patch b/package/libsepol/0002-support-static-only.patch
index 8cf9a180ff..8cf9a180ff 100644
--- a/package/libsepol/0003-support-static-only.patch
+++ b/package/libsepol/0002-support-static-only.patch
diff --git a/package/libsepol/0002-workaround-blackfin-issue.patch b/package/libsepol/0002-workaround-blackfin-issue.patch
deleted file mode 100644
index 3c3bd4827f..0000000000
--- a/package/libsepol/0002-workaround-blackfin-issue.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Do not make symbols hidden on Blackfin
-
-The libselinux logic to hide internal symbols from the DSO doesn't
-work properly on Blackfin due to the USER_LABEL_PREFIX not being
-handled properly. A real fix is not that simple, so this patch simply
-disables the internal symbol hiding mechanism. This means that those
-symbols are visible in the final DSO, which is not a problem for
-proper execution, it just isn't as clean.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Signed-off-by: Adam Duskett <Aduskett@gmail.com>
-
-Index: b/src/dso.h
-===================================================================
---- a/src/dso.h
-+++ b/src/dso.h
-@@ -5,7 +5,7 @@
- #define DISABLE_SYMVER 1
- #endif
-
--#ifdef SHARED
-+#if defined(SHARED) && !defined(__bfin__)
- # define hidden __attribute__ ((visibility ("hidden")))
- # define hidden_proto(fct) __hidden_proto (fct, fct##_internal)
- # define __hidden_proto(fct, internal) \
-
diff --git a/package/libsepol/0004-revert-ln-relative.patch b/package/libsepol/0003-revert-ln-relative.patch
index 9d1553ed97..9d1553ed97 100644
--- a/package/libsepol/0004-revert-ln-relative.patch
+++ b/package/libsepol/0003-revert-ln-relative.patch
OpenPOWER on IntegriCloud