summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/busybox/files/busybox-1.20.2-libselinux-2.1.12-support.patch')
-rw-r--r--sys-apps/busybox/files/busybox-1.20.2-libselinux-2.1.12-support.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/busybox/files/busybox-1.20.2-libselinux-2.1.12-support.patch b/sys-apps/busybox/files/busybox-1.20.2-libselinux-2.1.12-support.patch
deleted file mode 100644
index bf90a20..0000000
--- a/sys-apps/busybox/files/busybox-1.20.2-libselinux-2.1.12-support.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN a/Makefile.flags b/Makefile.flags
---- a/Makefile.flags 2012-06-26 08:35:45.000000000 -0500
-+++ b/Makefile.flags 2012-10-08 11:58:39.575277969 -0500
-@@ -127,7 +127,7 @@
- endif
-
- ifeq ($(CONFIG_SELINUX),y)
--LDLIBS += selinux sepol
-+LDLIBS += pcre selinux sepol
- endif
-
- ifeq ($(CONFIG_EFENCE),y)