diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-19 00:36:11 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2018-02-19 00:36:11 +0100 |
commit | c7e0264a71d3101cf660a9da354a33792914fd76 (patch) | |
tree | ee6440187db3dd2747f73e4f6eaa5e05b7c96599 /NEWS | |
parent | 39c5a5e929efc7c3b89a4e316dfd02b1734848d6 (diff) |
Makefile: Support NO_XATTR variable.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Latest stuff * Support building with no extended attributes support when NO_XATTR macro is predefined to non-0 value (e.g. put -DNO_XATTR in CFLAGS). + You can achieve it by passing NO_XATTR=1 to make invocation. v1.1.2 (2018-01-06) |