On Thu, 2010-05-27 at 20:01 +0200, Cyril Hrubis wrote: 
> Hi!
> Makefiles for io_xxx syscall tests contains line:
> 
> LDFLAGS                       += $(AIO_LIBS)
> 
> Which leads to wrong order of flags passed to the
> linker and compilation failure on certain linux
> systems. Changing these lines to:
> 
> LDLIBS                  += $(AIO_LIBS)
> 
> Fixes this problem. Patch is attached.
> 
> Signed-off-by: Cyril Hrubis [email protected]

Thanks. I noticed this earlier as well.

Regards--
Subrata

> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


------------------------------------------------------------------------------

_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to