git: Update libarchive's and liblzma's configuration for recently added stuff.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed May 27 11:37:37 PDT 2015
commit d59e47118fb3ca1bf40b5cf82df0797b3c41be3e
Author: Sascha Wildner <saw at online.de>
Date: Wed May 27 20:36:30 2015 +0200
Update libarchive's and liblzma's configuration for recently added stuff.
Make both use futimens() and utimensat(). xz's configure won't check for
futimes() if futimens() is available (hence HAVE_FUTIMES goes back to
undefined).
While here, define HAVE_DIRFD for libarchive too since we have it as a
public function since de45303d1431339260c3a353a1e18d034c807c4a.
Note that diff and grep also have HAVE_... macros for futimens() and
utimesat() in their config.h's but they are unused in the code, probably
stray configure checks.
Summary of changes:
lib/libarchive/config.h | 6 +++---
lib/liblzma/config.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d59e47118fb3ca1bf40b5cf82df0797b3c41be3e
--
DragonFly BSD source repository
More information about the Commits
mailing list