diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-29 22:35:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-29 22:35:47 +0000 |
commit | 9fee51fcbd30619bc2c7dd52f8e4cbf51432af83 (patch) | |
tree | cd06bd45e07aa038e88a1519ee3c91cd0d049a95 /sys-apps/busybox | |
parent | Updated blocked packages to account for missing plugins from the list, plugin... (diff) | |
download | gentoo-2-9fee51fcbd30619bc2c7dd52f8e4cbf51432af83.tar.gz gentoo-2-9fee51fcbd30619bc2c7dd52f8e4cbf51432af83.tar.bz2 gentoo-2-9fee51fcbd30619bc2c7dd52f8e4cbf51432af83.zip |
old
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/files/1.2.0/busybox-libsepol.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-apps/busybox/files/1.2.0/busybox-libsepol.patch b/sys-apps/busybox/files/1.2.0/busybox-libsepol.patch deleted file mode 100644 index 32412846f71c..000000000000 --- a/sys-apps/busybox/files/1.2.0/busybox-libsepol.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: Rules.mak -=================================================================== ---- Rules.mak (revision 15800) -+++ Rules.mak (working copy) -@@ -298,7 +298,7 @@ - endif - - ifeq ($(strip $(CONFIG_SELINUX)),y) -- LIBRARIES += -lselinux -+ LIBRARIES += -lselinux -lsepol - endif - - ifeq ($(strip $(PREFIX)),) |