diff options
Diffstat (limited to 'main/slim/pthread.patch')
| -rw-r--r-- | main/slim/pthread.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/slim/pthread.patch b/main/slim/pthread.patch index 1fb4852c54..b38a09df34 100644 --- a/main/slim/pthread.patch +++ b/main/slim/pthread.patch @@ -1,9 +1,10 @@ ---- ./CMakeLists.txt.orig 2013-01-02 07:56:30.920523149 +0000 -+++ ./CMakeLists.txt 2013-01-02 07:57:27.844341140 +0000 +--- a/CMakeLists.txt 2013-01-02 07:56:30.920523149 +0000 ++++ b/CMakeLists.txt 2013-01-02 07:57:27.844341140 +0000 @@ -134,6 +134,7 @@ find_library(M_LIB m) find_library(RT_LIB rt) find_library(CRYPTO_LIB crypt) + find_package(Threads) +find_library(PTHREAD_LIB pthread) add_definitions(${SLIM_DEFINITIONS}) |
