From 1dc7553d93bf7f48b5f767b74eab607142d77160 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 25 May 2012 02:32:40 +0200 Subject: Add -lrt to libpthread.a to fix static link * libpthread.a (GROUP): Add -lrt. --- libpthread.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread.a') diff --git a/libpthread.a b/libpthread.a index d0e689e..926315b 100644 --- a/libpthread.a +++ b/libpthread.a @@ -17,4 +17,4 @@ EXTERN(_cthreads_flockfile) EXTERN(_cthreads_funlockfile) EXTERN(_cthreads_ftrylockfile) -GROUP(-lpthread2 -lihash) +GROUP(-lpthread2 -lihash -lrt) -- cgit v1.2.3