Hi! > Hi ltp-list, > > I would like to submit a minor patch to ltp/sourceforge. > > To resolve abi related issues. > > index c6226f8..6bc5863 100644 > --- a/testcases/kernel/mem/lib/Makefile > +++ b/testcases/kernel/mem/lib/Makefile > @@ -20,7 +20,7 @@ top_srcdir ?= ../../../.. > > include $(top_srcdir)/include/mk/env_pre.mk > > -CFLAGS := -I../include > +CFLAGS += -I../include > INTERNAL_LIB := libmem.a > > include $(top_srcdir)/testcases/kernel/include/lib.mk
Thanks for your effort. Can you describe, in detail, why is this change needed? (ideally in commit message) Also can you send a signed patch? (i.e. patch with a Signed-off-by line, git can help you create these) -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
