summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2017-02-24 01:56:50 +0100
committerMartin Matuska <martin@matuska.org>2017-02-24 02:04:16 +0100
commita9c5818b92c7800241387c8e5389c66e724b19fa (patch)
treee83e02722c74a2c3899e8c4dd335ab753c5ee504 /build
parent525f55c9b8dcfb0cfe1075ba4b1014443c7c3bb6 (diff)
downloadlibarchive-a9c5818b92c7800241387c8e5389c66e724b19fa.tar.gz
Fix broken Linux fflags code since kernel 3.7 (Dec 2012)
Diffstat (limited to 'build')
-rw-r--r--build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index ec64d993..923a78e5 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -1099,6 +1099,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
#cmakedefine HAVE_WORKING_EXT2_IOC_GETFLAGS 1
+/* Define to 1 if you have a working FS_IOC_GETFLAGS */
+#cmakedefine HAVE_WORKING_FS_IOC_GETFLAGS 1
+
/* Define to 1 if you have the <zlib.h> header file. */
#cmakedefine HAVE_ZLIB_H 1