diff options
Diffstat (limited to 'testing/libselinux/fts.patch')
-rw-r--r-- | testing/libselinux/fts.patch | 11 |
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 |