aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/subports
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/subports')
-rwxr-xr-xports/linux/subports5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/linux/subports b/ports/linux/subports
index 02a4688..b68c25b 100755
--- a/ports/linux/subports
+++ b/ports/linux/subports
@@ -25,3 +25,8 @@ rm -f dummy.c dummy.o
if ! $found; then
echo >&2 "Can't tell, omitting clone(2) support."
fi
+if getfattr --help >/dev/null 2>&1; then
+ echo "linux/xattr"
+else
+ echo "linux/noxattr"
+fi