mirror of
https://github.com/monero-project/monero.git
synced 2026-01-29 15:54:43 +01:00
unbound: always build with -fPIC
This commit is contained in:
1
external/unbound/CMakeLists.txt
vendored
1
external/unbound/CMakeLists.txt
vendored
@@ -50,6 +50,7 @@ else()
|
|||||||
add_definitions(-D_GNU_SOURCE)
|
add_definitions(-D_GNU_SOURCE)
|
||||||
endif()
|
endif()
|
||||||
add_definitions(-std=c99)
|
add_definitions(-std=c99)
|
||||||
|
add_definitions(-fPIC)
|
||||||
|
|
||||||
option(USE_ECDSA "Use ECDSA algorithms" ON)
|
option(USE_ECDSA "Use ECDSA algorithms" ON)
|
||||||
option(USE_SHA2 "Enable SHA2 support" ON)
|
option(USE_SHA2 "Enable SHA2 support" ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user