aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libselinux/fts.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-02-21 20:11:43 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2017-02-21 20:11:43 +0100
commit24cbb405c2d5a08cc30bc3d7e2be816e1ad96e55 (patch)
tree27fa1c0bead2f9007af08cb3197943529135817a /testing/libselinux/fts.patch
parent19f2f70821237554ea0aa7206f78f93cff039444 (diff)
downloadaports-24cbb405c2d5a08cc30bc3d7e2be816e1ad96e55.tar.bz2
aports-24cbb405c2d5a08cc30bc3d7e2be816e1ad96e55.tar.xz
testing/libselinux: upgrade to 2.6
Diffstat (limited to 'testing/libselinux/fts.patch')
-rw-r--r--testing/libselinux/fts.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/libselinux/fts.patch b/testing/libselinux/fts.patch
deleted file mode 100644
index aae13c8edd..0000000000
--- a/testing/libselinux/fts.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Makefile.orig
-+++ ./src/Makefile
-@@ -112,7 +112,7 @@
- $(RANLIB) $@
-
- $(LIBSO): $(LOBJS)
-- $(CC) $(CFLAGS) -shared -o $@ $^ -lpcre -ldl $(LDFLAGS) -L$(LIBDIR) -Wl,-soname,$(LIBSO),-z,defs,-z,relro
-+ $(CC) $(CFLAGS) -shared -o $@ $^ -lpcre -ldl -lfts $(LDFLAGS) -L$(LIBDIR) -Wl,-soname,$(LIBSO),-z,defs,-z,relro
- ln -sf $@ $(TARGET)
-
- $(LIBPC): $(LIBPC).in ../VERSION