diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-14 18:49:10 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-14 18:51:51 +0000 |
commit | e8d773a049487db7982e38b3986d63756fc45f84 (patch) | |
tree | 632c836a3bb8d772f0084dda817bf30f533e4862 /external | |
parent | Merge pull request #3091 (diff) | |
download | monero-e8d773a049487db7982e38b3986d63756fc45f84.tar.xz |
unbound: always build with -fPIC
Diffstat (limited to 'external')
-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) |