Under Linux it is now possible to emulate the BeOS attribute support via
xattrs. It can be enabled with the configure switch "--use-xattr". Note that the amount of data stored in attributes may be limited by the used file system -- e.g. AFAIK ext3 has a limit of one block (usually 4 KB) for all attributes of a file, which might not suffice. XFS should be fine, as should ReiserFS 3.6 (or any FS which stores attributes in hidden files). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20609 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -482,6 +482,12 @@ if $(HOST_PLATFORM_BEOS_COMPATIBLE) {
|
||||
HOST_DEFINES +=
|
||||
_LARGEFILE_SOURCE _LARGEFILE64_SOURCE _FILE_OFFSET_BITS=64
|
||||
;
|
||||
|
||||
# On Linux with xattr support we can use it for our attribute emulation,
|
||||
# which is somewhat more robust.
|
||||
if $(HAIKU_HOST_USE_XATTR) = 1 {
|
||||
HOST_DEFINES += HAIKU_HOST_USE_XATTR ;
|
||||
}
|
||||
}
|
||||
|
||||
# define the executable MIME type
|
||||
|
||||
Reference in New Issue
Block a user