diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-18 18:14:34 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-18 18:14:34 -0500 |
commit | 5f09d6c8333b0b0d07252dc157b9e794f6278662 (patch) | |
tree | c66a5c4901a1679cb48c664ffdc2c2e1bacc12df | |
parent | Merge pull request #3107 (diff) | |
parent | unbound: always build with -fPIC (diff) | |
download | monero-5f09d6c8333b0b0d07252dc157b9e794f6278662.tar.xz |
Merge pull request #3115
e8d773a0 unbound: always build with -fPIC (moneromooo-monero)
-rw-r--r-- | external/unbound/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/unbound/CMakeLists.txt b/external/unbound/CMakeLists.txt index 99ef62c5a..7d4da33e2 100644 --- a/external/unbound/CMakeLists.txt +++ b/external/unbound/CMakeLists.txt @@ -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) |