From 24cbb405c2d5a08cc30bc3d7e2be816e1ad96e55 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 21 Feb 2017 20:11:43 +0100 Subject: testing/libselinux: upgrade to 2.6 --- testing/libselinux/fts.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 testing/libselinux/fts.patch (limited to 'testing/libselinux/fts.patch') 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 -- cgit v1.2.3