mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
- 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
12 lines
224 B
Diff
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"
|