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 | d2ff91cb17d15895271cb7d03128dc023c4daeab (diff) | |
| parent | e8d773a049487db7982e38b3986d63756fc45f84 (diff) | |
| download | monzero-core-5f09d6c8333b0b0d07252dc157b9e794f6278662.tar.gz monzero-core-5f09d6c8333b0b0d07252dc157b9e794f6278662.tar.xz monzero-core-5f09d6c8333b0b0d07252dc157b9e794f6278662.zip | |
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) |
