> Signed-off-by: Caspar Zhang <[email protected]> > --- > testcases/kernel/fs/fsstress/Makefile | 3 +++ > testcases/kernel/fs/fsstress/fsstress.c | 16 ++++++++-------- > testcases/kernel/fs/fsstress/global.h | 4 ++-- > 3 files changed, 13 insertions(+), 10 deletions(-) > > diff --git a/testcases/kernel/fs/fsstress/Makefile > b/testcases/kernel/fs/fsstress/Makefile > index 0a53891..f6527ed 100644 > --- a/testcases/kernel/fs/fsstress/Makefile > +++ b/testcases/kernel/fs/fsstress/Makefile > @@ -27,6 +27,9 @@ include $(top_srcdir)/include/mk/env_pre.mk > CPPFLAGS += -DNO_XFS -I$(abs_srcdir) \ > -D_LARGEFILE64_SOURCE -D_GNU_SOURCE > > +# if removed -DNO_XFS, you should unmask the following line > +#CPPFLAGS += -lattr
Dynamic libraries should be added to LDLIBS variable see doc/README.mk-devel. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
