Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libarchive #661

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ include(cmake/dependencies.cmake)
include(cmake/functions.cmake)
include(cmake/san.cmake)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS_INIT} -fPIC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_INIT} -fPIC")

print("C flags: ${CMAKE_C_FLAGS}")
print("CXX flags: ${CMAKE_CXX_FLAGS}")
print("Using CMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}")
Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hunter_config(
libarchive
URL https://github.com/soramitsu/fuhon-libarchive/archive/hunter-v3.4.3.tar.gz
SHA1 0996fd781195df120744164ba5e0033a14c79e06
URL https://github.com/soramitsu/fuhon-libarchive/archive/09a4945a7c996292c90c4a1f3777f81b2fa0f12e.tar.gz
SHA1 9c90e37c31ee11e7cffd215517ab0140dd628bca
CMAKE_ARGS ENABLE_INSTALL=ON
)

Expand Down