aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libselinux/fts.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-02-07 20:00:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-02-07 20:02:33 +0000
commit44f8646a925c3c7070e7e0f1cb5811c54b1c105c (patch)
tree3f2d87bcb00b102c27a74e666ba4fcd270354f80 /testing/libselinux/fts.patch
parent9a8f66b0a2f615085618750f15f8259c7357cefa (diff)
downloadaports-44f8646a925c3c7070e7e0f1cb5811c54b1c105c.tar.bz2
aports-44f8646a925c3c7070e7e0f1cb5811c54b1c105c.tar.xz
testing/libselinux: new aport
SELinux library and simple utilities https://github.com/SELinuxProject/selinux/wiki
Diffstat (limited to 'testing/libselinux/fts.patch')
-rw-r--r--testing/libselinux/fts.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/libselinux/fts.patch b/testing/libselinux/fts.patch
new file mode 100644
index 0000000000..aae13c8edd
--- /dev/null
+++ b/testing/libselinux/fts.patch
@@ -0,0 +1,11 @@
+--- ./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