mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 03:13:28 +01:00
Merge pull request #3115
e8d773a0
unbound: always build with -fPIC (moneromooo-monero)
This commit is contained in:
commit
5f09d6c833
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 New Issue
Block a user