Browse Source

cancellation-points needs librt

Mike Frysinger 17 years ago
parent
commit
3f0fbd59eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/pthread/Makefile

+ 2 - 0
test/pthread/Makefile

@@ -4,3 +4,5 @@
 include ../Test.mak
 
 EXTRA_LDFLAGS := -lpthread
+
+LDFLAGS_cancellation-points := -lrt