qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] fix configure: duplicate/incorrect order of -lr


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] fix configure: duplicate/incorrect order of -lrt
Date: Sat, 31 May 2014 09:59:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Il 30/05/2014 23:20, Rick Liu ha scritto:
 # we need pthread for static linking. use previous pthread test result
 elif compile_prog "" "-lrt $pthread_lib" ; then
-  LIBS="-lrt $LIBS"
-  libs_qga="-lrt $libs_qga"

The "compile_prog" argument should also place -lrt last.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]