[Ocfs2-users] [PATCH 05/10] Add library for aio-stress test case.

zren at suse.com zren at suse.com
Wed Sep 9 23:54:45 PDT 2015


From: Goldwyn Rodrigues <rgoldwyn at suse.com>

Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com>
Reviewed-by: Eric Ren <zren at suse.com>
---
 programs/aio-stress/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/aio-stress/Makefile b/programs/aio-stress/Makefile
index 9d179e2..5e10e18 100644
--- a/programs/aio-stress/Makefile
+++ b/programs/aio-stress/Makefile
@@ -14,6 +14,6 @@ OBJECTS = $(patsubst %.c,%.o,$(SOURCES))
 DIST_FILES = $(SOURCES)
   
 aio-stress: $(OBJECTS)
-	$(LINK) -laio
+	$(LINK) -laio -lpthread
 
 include $(TOPDIR)/Postamble.make
-- 
2.1.4




More information about the Ocfs2-users mailing list