summaryrefslogtreecommitdiff
path: root/test/pthread
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-02 18:20:58 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-02 18:20:58 +0000
commit3f0fbd59eb2d5bf9e360dba515ce12e9581e2be4 (patch)
treeb0f40135fccd03a611cb953ecf1e67bcdbbe45a8 /test/pthread
parent71a99253b2a934953bc3cace157c1dc3442ab560 (diff)
cancellation-points needs librt
Diffstat (limited to 'test/pthread')
-rw-r--r--test/pthread/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pthread/Makefile b/test/pthread/Makefile
index 560a424cb..ef924ad1a 100644
--- a/test/pthread/Makefile
+++ b/test/pthread/Makefile
@@ -4,3 +4,5 @@
include ../Test.mak
EXTRA_LDFLAGS := -lpthread
+
+LDFLAGS_cancellation-points := -lrt