Re: [PATCH] [PATCH] Move $(LIBS) on the end

2008-08-26 Thread Bernhard Walle
* Yinghai Lu [2008-08-26 01:21]: On Tue, Aug 26, 2008 at 1:16 AM, Bernhard Walle [EMAIL PROTECTED] wrote: 1 file changed, 1 insertion(+), 2 deletions(-) kexec/Makefile |3 +-- To make static compilation work with LDFLAGS=-static ./configure make thanks. can you put

Re: [PATCH] [PATCH] Move $(LIBS) on the end

2008-08-26 Thread Bernhard Walle
* Yinghai Lu [2008-08-26 01:40]: On Tue, Aug 26, 2008 at 1:34 AM, Bernhard Walle [EMAIL PROTECTED] wrote: * Yinghai Lu [2008-08-26 01:21]: On Tue, Aug 26, 2008 at 1:16 AM, Bernhard Walle [EMAIL PROTECTED] wrote: 1 file changed, 1 insertion(+), 2 deletions(-) kexec/Makefile |3 +--

Re: [PATCH] [PATCH] Move $(LIBS) on the end

2008-08-26 Thread Simon Horman
On Tue, Aug 26, 2008 at 10:16:49AM +0200, Bernhard Walle wrote: 1 file changed, 1 insertion(+), 2 deletions(-) kexec/Makefile |3 +-- To make static compilation work with LDFLAGS=-static ./configure make we have to move $(LIBS) on the end of the compiler line. Static