diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-02 18:20:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-02 18:20:58 +0000 |
commit | 3f0fbd59eb2d5bf9e360dba515ce12e9581e2be4 (patch) | |
tree | b0f40135fccd03a611cb953ecf1e67bcdbbe45a8 | |
parent | 71a99253b2a934953bc3cace157c1dc3442ab560 (diff) |
cancellation-points needs librt
-rw-r--r-- | test/pthread/Makefile | 2 |
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 |