summaryrefslogtreecommitdiffstats
path: root/network/SoulseekQt/selinux-stub.c
diff options
context:
space:
mode:
author Dominik Drobek2022-05-08 00:57:42 +0200
committer Willy Sudiarto Raharjo2022-05-14 14:27:54 +0200
commit8de2e14cd81e78d5046e40b11d9caff6f61a4965 (patch)
tree18a879c961bf88efa0039e6e9714164122a74595 /network/SoulseekQt/selinux-stub.c
parent509ffb122788a64f92fb286434c4e5602be3f530 (diff)
downloadslackbuilds-8de2e14cd81e78d5046e40b11d9caff6f61a4965.tar.gz
network/SoulseekQt: Updated for version 20180130.
Drop support for 32-bit version, because 32-bit binary is not provided anymore. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/SoulseekQt/selinux-stub.c')
-rw-r--r--network/SoulseekQt/selinux-stub.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/network/SoulseekQt/selinux-stub.c b/network/SoulseekQt/selinux-stub.c
new file mode 100644
index 0000000000..c3903e341e
--- /dev/null
+++ b/network/SoulseekQt/selinux-stub.c
@@ -0,0 +1,4 @@
+int is_selinux_enabled(void)
+{
+ return 0;
+}