提交 799dd2ba 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!659 libarchive ≥ 3.2

Merge pull request !659 from YoungJQ/master
......@@ -57,7 +57,7 @@ find_library(LIBYAJL_LIBRARY yajl
_CHECK(LIBYAJL_LIBRARY "LIBYAJL_LIBRARY-NOTFOUND" "libyajl.so")
# check libarchive
pkg_check_modules(PC_LIBARCHIVE REQUIRED "libarchive>=3")
pkg_check_modules(PC_LIBARCHIVE REQUIRED "libarchive>=3.2")
find_path(LIBARCHIVE_INCLUDE_DIR archive.h
HINTS ${PC_LIBARCHIVE_INCLUDEDIR} ${PC_LIBARCHIVE_INCLUDE_DIRS})
_CHECK(LIBARCHIVE_INCLUDE_DIR "LIBARCHIVE_INCLUDE_DIR-NOTFOUND" "archive.h")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册