Description: Patch is applied to fix build with binutils-gold.
Origin: Debian
Bug-Debian: http://bugs.debian.org/558846
Forwarded: no
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: clthreads/Makefile
===================================================================
--- clthreads.orig/Makefile	2012-02-01 04:17:19.026947650 +0100
+++ clthreads/Makefile	2012-02-01 04:17:22.290947564 +0100
@@ -29,7 +29,7 @@
 
 
 CPPFLAGS += -Wall -I. -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O2 
-LDLFAGS += 
+LDFLAGS += -lrt
 LDLIBS +=
 
 
