mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
unbound: always build with -fPIC
This commit is contained in:
parent
35d5aa36c9
commit
e8d773a049
1 changed files with 1 additions and 0 deletions
1
external/unbound/CMakeLists.txt
vendored
1
external/unbound/CMakeLists.txt
vendored
|
@ -50,6 +50,7 @@ else()
|
|||
add_definitions(-D_GNU_SOURCE)
|
||||
endif()
|
||||
add_definitions(-std=c99)
|
||||
add_definitions(-fPIC)
|
||||
|
||||
option(USE_ECDSA "Use ECDSA algorithms" ON)
|
||||
option(USE_SHA2 "Enable SHA2 support" ON)
|
||||
|
|
Loading…
Reference in a new issue