diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-10-30 16:19:33 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-10-30 16:19:44 +0400 |
commit | 286cbc87fff9344ff85db0efd54c41f619509c74 (patch) | |
tree | 6e356ee6a15835903b91ba869f7e953a7e5838c6 /accel-pppd/CMakeLists.txt | |
parent | 68b7256c31e4efcb613854d73571edcca13fcd6e (diff) | |
download | accel-ppp-286cbc87fff9344ff85db0efd54c41f619509c74.tar.gz accel-ppp-286cbc87fff9344ff85db0efd54c41f619509c74.zip |
fix build with internal & tomcrypt crypto libraries
Signed-off-by: Vladislav Grishenko <themiron@mail.ru>
Diffstat (limited to 'accel-pppd/CMakeLists.txt')
-rw-r--r-- | accel-pppd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index af9e5f4f..7a016eff 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -1,3 +1,4 @@ +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden") ADD_DEFINITIONS(-DPTHREAD_SPINLOCK) INCLUDE_DIRECTORIES(include) |