Files
termux-packages/packages/tar/selinux.patch
termux-pacman-bot 62c7430b4f fix(main/tar): enable ACLs and SELinux
- Fixes https://github.com/termux/termux-packages/issues/21267

- Tested to work by making the warnings `tar: POSIX ACL support is not available` and `tar: SELinux support is not available`  disappear without errors
2025-12-08 11:37:39 +00:00

12 lines
224 B
Diff

--- a/configure
+++ b/configure
@@ -22381,7 +22381,7 @@ return setfilecon ();
return 0;
}
_ACEOF
-for ac_lib in '' selinux
+for ac_lib in '' android-selinux
do
if test -z "$ac_lib"; then
ac_res="none required"