diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2022-05-08 00:57:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:54 +0700 |
commit | 8de2e14cd81e78d5046e40b11d9caff6f61a4965 (patch) | |
tree | 18a879c961bf88efa0039e6e9714164122a74595 /network/SoulseekQt/selinux-stub.c | |
parent | 509ffb122788a64f92fb286434c4e5602be3f530 (diff) |
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.c | 4 |
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 0000000000000..c3903e341ebda --- /dev/null +++ b/network/SoulseekQt/selinux-stub.c @@ -0,0 +1,4 @@ +int is_selinux_enabled(void) +{ + return 0; +} |