Merge pull request #3115

e8d773a0 unbound: always build with -fPIC (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-18 18:14:34 -05:00
commit 5f09d6c833
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 0 deletions

View File

@ -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)