aboutsummaryrefslogtreecommitdiffstats
path: root/main/slim/pthread.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-05 16:40:36 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-05 16:41:01 +0200
commit17c2e5c78181e410b87783eb469d4bc70930cbae (patch)
tree2a22ca47058980650b444138d7da33b656d9c050 /main/slim/pthread.patch
parente7e000dd1b63e9c8d4195af359c13d0a540c06a3 (diff)
downloadaports-17c2e5c78181e410b87783eb469d4bc70930cbae.tar.bz2
aports-17c2e5c78181e410b87783eb469d4bc70930cbae.tar.xz
Revert "main/slim: upgrade to 1.3.6"
Diffstat (limited to 'main/slim/pthread.patch')
-rw-r--r--main/slim/pthread.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/slim/pthread.patch b/main/slim/pthread.patch
index b38a09df34..1fb4852c54 100644
--- a/main/slim/pthread.patch
+++ b/main/slim/pthread.patch
@@ -1,10 +1,9 @@
---- a/CMakeLists.txt 2013-01-02 07:56:30.920523149 +0000
-+++ b/CMakeLists.txt 2013-01-02 07:57:27.844341140 +0000
+--- ./CMakeLists.txt.orig 2013-01-02 07:56:30.920523149 +0000
++++ ./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})