build: Correct libroot_build's usage of xattrs on a Haiku host.hrev51678
commit503ef6d4ddd62e1f608b5f3d0e62dd0a2c2a4426
authorAugustin Cavalier <waddlesplash@gmail.com>
Fri, 15 Dec 2017 00:36:14 +0000 (14 19:36 -0500)
committerAugustin Cavalier <waddlesplash@gmail.com>
Fri, 15 Dec 2017 00:36:14 +0000 (14 19:36 -0500)
tree96bf1f555ca2fa6de02b5ec56fd2692b7bea86cb
parentf0cdb09104b149bf6e7adbca8a7a8063f535dfc6
build: Correct libroot_build's usage of xattrs on a Haiku host.

Implemented by just not defining the functions at all and letting
the Haiku ones shine through. In the future, though, we should wrap
them properly.

(Between the switch to libroot_build and this commit, libroot_build
was using the generic attribute emulation layer on Haiku ... whoops.)
configure
src/build/libroot/fs_attr.cpp