Compiling Mksquashfs - XATTR_SUPPORT question

discuss compiling applications for Puppy
Post Reply
Message
Author
anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

Compiling Mksquashfs - XATTR_SUPPORT question

#1 Post by anikin »

Please, help me make a choice: is XATTR_SUPPORT needed in Mksquashfs tool?
###############################################
# Extended attribute (XATTRs) build options #
###############################################
#
# Building XATTR support for Mksquashfs and Unsquashfs
#
# If your C library or build/target environment doesn't support XATTRs then
# comment out the next line to build Mksquashfs and Unsquashfs without XATTR
# support
XATTR_SUPPORT = 1

# Select whether you wish xattrs to be stored by Mksquashfs and extracted
# by Unsquashfs by default. If selected users can disable xattr support by
# using the -no-xattrs option
#
# If unselected, Mksquashfs/Unsquashfs won't store and extract xattrs by
# default. Users can enable xattrs by using the -xattrs option.
XATTR_DEFAULT = 1
Thank you in advance.

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#2 Post by mavrothal »

AFAIK, xattr, acl are not supported by Aufs.
You may even have difficulties compiling with options, if you run frugal.
So, you may want to comment out XATTR_DEFAULT and maybe XATTR_SUPPORT
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

anikin
Posts: 994
Joined: Thu 10 May 2012, 06:16

#3 Post by anikin »

Thank you very much, mavrothal!

Post Reply