X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=0caddcf78aae935ebc90a8cd72e259e3caa54df2;hb=186796e391585f79f86d4aebc274dcaa78f58769;hp=1cb4b4f7a58b89eb983462d4fad63473f28cf49e;hpb=250b50f64da6281da945fde94b722e08bfa060c9;p=rrq%2Ffuse_xattrs.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cb4b4f..0caddcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project(fuse_xattrs C) set(FUSE_XATTRS_VERSION_MAJOR 0) -set(FUSE_XATTRS_VERSION_MINOR 4) +set(FUSE_XATTRS_VERSION_MINOR 5) set(BINARY_SIDECAR_EXT \".xattr\") @@ -43,6 +43,7 @@ endif() # set required definitions add_definitions (-D_FILE_OFFSET_BITS=64) +add_definitions (-D HAVE_UTIMENSAT=1) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/") @@ -60,6 +61,7 @@ if(ENABLE_CODECOVERAGE) endif(ENABLE_CODECOVERAGE) set(SOURCE_FILES + stringmem.c fuse_xattrs.c passthrough.c binary_storage.c