浏览代码

Fix for dash17 ACL requires linking to a library acl that we don't want to depend on.

Bill Hoffman 16 年之前
父节点
当前提交
2733f4f8e7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Utilities/cmlibarchive/CMakeLists.txt

+ 2 - 2
Utilities/cmlibarchive/CMakeLists.txt

@@ -33,8 +33,8 @@ OPTION(ENABLE_TAR_SHARED "Enable dynamic build of tar" OFF)
 OPTION(ENABLE_CPIO "Enable cpio building" ON)
 OPTION(ENABLE_CPIO_SHARED "Enable dynamic build of cpio" OFF)
 OPTION(ENABLE_XATTR "Enable extended attribute support" ON)
-OPTION(ENABLE_ACL "Enable ACL support" ON)
-OPTION(ENABLE_TEST "Enable unit and regression tests" ON)
+OPTION(ENABLE_ACL "Enable ACL support" OFF)
+OPTION(ENABLE_TEST "Enable unit and regression tests" OFF)
 
 IF(ENABLE_TEST)
     ENABLE_TESTING()