Signed-off-by: nobuhiro <[email protected]> --- testcases/kernel/fs/doio/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testcases/kernel/fs/doio/Makefile b/testcases/kernel/fs/doio/Makefile index 4e0cd24..6e8f2de 100644 --- a/testcases/kernel/fs/doio/Makefile +++ b/testcases/kernel/fs/doio/Makefile @@ -1,6 +1,6 @@ CFLAGS+= -Wall -I../../../../include -D_LARGEFILE64_SOURCE -LDLIBS+= -L../../../../lib -lltp -lrt +LDLIBS+= -L../../../../lib -lltp -lrt -lpthread TARGETS=doio growfiles rwtest iogen SRCS=$(wildcard *.c) -- 1.6.3.1 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
