aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libsepol
diff options
context:
space:
mode:
authorTycho Andersen <tycho@docker.com>2017-03-16 20:43:20 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-03-17 20:34:35 +0000
commit8efbb80f050bc81ad9db7e15d7f305446279d446 (patch)
tree209d5912cc4c04d538c2ea070b0b512ca1d024ae /testing/libsepol
parentfae2e83aa4505e71d5d9ca9a2bc56c19e54a8798 (diff)
downloadaports-8efbb80f050bc81ad9db7e15d7f305446279d446.tar.bz2
aports-8efbb80f050bc81ad9db7e15d7f305446279d446.tar.xz
testing/libsepol: remove unused patch file
79cf2406c15e633846af2208291c2f2a29b5b9a8 removed the use for this file, but didn't remove the file itself. Signed-off-by: Tycho Andersen <tycho@docker.com>
Diffstat (limited to 'testing/libsepol')
-rw-r--r--testing/libsepol/symlink.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/libsepol/symlink.patch b/testing/libsepol/symlink.patch
deleted file mode 100644
index ba35819720..0000000000
--- a/testing/libsepol/symlink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Makefile.orig
-+++ ./src/Makefile
-@@ -70,7 +70,7 @@
- install -m 755 $(LIBSO) $(SHLIBDIR)
- test -d $(LIBDIR)/pkgconfig || install -m 755 -d $(LIBDIR)/pkgconfig
- install -m 644 $(LIBPC) $(LIBDIR)/pkgconfig
-- ln -sf --relative $(SHLIBDIR)/$(LIBSO) $(LIBDIR)/$(TARGET)
-+ ln -sf $(LIBSO) $(LIBDIR)/$(TARGET)
-
- relabel:
- /sbin/restorecon $(SHLIBDIR)/$(LIBSO)